File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Feature Requests:
3+ Please read https://github.com/jquery/jquery/wiki/Adding-new-features
4+ Most features should start as plugins outside of jQuery.
5+
6+ Bug Reports:
7+ Note that we only can fix bugs in the latest (1.x, 2.x, 3.x) versions of jQuery.
8+ Briefly describe the issue you've encountered
9+ * What do you expect to happen?
10+ * What acually 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 http://jsbin.com or http://jsfiddle.net
15+ -->
16+
17+ ** Description**
18+
19+
20+ ** Link to test case **
21+
Original file line number Diff line number Diff line change 1+ ### Summary ###
2+ <!--
3+ Describe what this PR does. All but trivial changes (e.g. typos)
4+ should start with an issue. Mention the issue number here.
5+ -->
6+
7+
8+ ### Checklist ###
9+ Mark an ` [x] ` for completed items, if you're not sure leave them unchecked and we can assist.
10+
11+ * [ ] All authors have signed the CLA at https://contribute.jquery.com/CLA/
12+ * [ ] New tests have been added to show the fix or feature works
13+ * [ ] Grunt build and unit tests pass locally with these changes
14+ * [ ] If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com
15+
16+ Thanks! Bots and humans will be around shortly to check it out.
You can’t perform that action at this time.
0 commit comments