Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Research: jQuery 2.0 Upgrade

Narciso Jaramillo edited this page Jun 4, 2013 · 9 revisions

** 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)

Clone this wiki locally