Actions
Feature proposal #2241
closedUpdate jQuery, jQueryTools and jQuery plugins to latest
Actions
Added by beat almost 14 years ago. Updated almost 14 years ago.
Updated jQuery to 1.5 RC1 (1.5 stable will be for 1.4 stable).
Kyle,
Please check if other jQuery plugins need update too.
Thanks
Beat
The below plugins have updates available.
jquery.form - http://malsup.com/jquery/form/#download
Current: 2.49
Latest: 2.52
jquery.rating - http://www.fyneworks.com/jquery/star-rating/#tab-Download
Current: 2.5
Latest: 3.13
jQueryForms is using non-documented API calls $.handleError and $.httpData from jQuery 1.4.4- that got removed in jQuery 1.5 RC1 : fix jQuery Form plugin (attempt number 1).
r1367 tries first fix as suggested here:
https://github.com/malsup/form/issues#issue/56
$.httpData and $.handleError removed from 1.5
They have been rolled in to the ajax functionality with the ajax rewrite, therefore $.httpData and $.handleError no longer exist, and this plugin no longer works. temporary workaround is to manually include the functions into the plugin and call them.
That issue is fixed.
Keeping issue open until jQuery 1.5.0 stable is released on 31.1.2011.
Commit r1402 upgrades jQuery from 1.5 RC to 1.5 Stable.
This closes this issue.