Research: jQuery 2.0 Upgrade - 250394/brackets GitHub Wiki

** WIP ** This page can be used to keep track of changes for the jQuery 2.0 upgrade.

Upgrade Guides

Deprecated Functions

jQuery 1.8 Upgrade

jQuery 1.9 Upgrade

  • Use $.prop('disabled') instead of $.attr('disabled')

  • Use $.val() instead of $.attr('value')

  • Use style.top/right/bottom/left to get actual set values instead of $.css('top/right/bottom/left') (which seems to convert to pixels)