jQuery Core 1.9 Upgrade Guide
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 17
- Forks
- 19
- Avg merge
- 11h 40m
- Merged PRs (30d)
- 2
Description
jQuery Core 1.9 Upgrade Guide
Changes of Note in jQuery 1.9
See the full upgrade guide at jquery.com
Removed
Minor
.trigger()
- /vendor/ui-multiselect/src/jquery.multiselect.js
.click()
- /js/wizard/view.js
- /js/wizard/wizardTabAbstractFilter.js
- /js/wizard/wizardTabElementary.js
- /js/wizard/wizardTabExpert.js
- /js/wizard/wizardTabGeneric.js
- /js/wizard/wizardTabLoginFilter.js
- /vendor/ui-multiselect/src/jquery.multiselect.js
.focus()
- /vendor/ui-multiselect/src/jquery.multiselect.js
.data()
- /vendor/ui-multiselect/src/jquery.multiselect.js
.focus()
- /vendor/ui-multiselect/src/jquery.multiselect.js
.attr()
- /js/wizard/view.js
- /js/wizard/wizardTabElementary.js
- /js/wizard/wizardTabGeneric.js
- /vendor/ui-multiselect/src/jquery.multiselect.js
.prop()
- /js/wizard/wizardTabGeneric.js
.add()
- /js/wizard/configModel.js
- /vendor/ui-multiselect/src/jquery.multiselect.js
.after()
- /js/wizard/wizardTabElementary.js
.appendTo()
- /js/wizard/wizardTabAbstractFilter.js
- /vendor/ui-multiselect/src/jquery.multiselect.js
.insertAfter()
- /js/wizard/wizardTabGeneric.js
- /vendor/ui-multiselect/src/jquery.multiselect.js
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked jQuery 1.9 upgrade guide, then inspect the listed usages in /js/wizard/view.js, the wizard tab files, configModel.js, and /vendor/ui-multiselect/src/jquery.multiselect.js. Replace or review each checked API usage against the guide, and consider the work done when all checklist entries have been addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend, web-dev
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100