3 Please read https://github.com/jquery/jquery/wiki/Adding-new-features
4 Most features should start as plugins outside of jQuery.
7 Note that we only can fix bugs in the latest version of jQuery.
8 Briefly describe the issue you've encountered
9 * What do you expect to happen?
10 * What actually happens?
11 * Which browsers are affected?
12 Provide a *minimal* test case, see https://webkit.org/test-case-reduction/
13 Use the latest shipping version of jQuery in your test case!
14 We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
16 Frequently Reported Issues:
17 * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824
23 ### Link to test case ###