Feature proposal #2241
closedUpdate jQuery, jQueryTools and jQuery plugins to latest
Updated by beat almost 14 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- % Done changed from 0 to 70
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
Updated by krileon almost 14 years ago
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 70 to 100
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
Updated by beat almost 14 years ago
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.
Updated by beat almost 14 years ago
That issue is fixed.
Keeping issue open until jQuery 1.5.0 stable is released on 31.1.2011.
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
Commit r1402 upgrades jQuery from 1.5 RC to 1.5 Stable.
This closes this issue.