Project

General

Profile

Actions

Feature proposal #2241

closed

Update jQuery, jQueryTools and jQuery plugins to latest

Added by beat about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
25 January 2011
Due date:
% Done:

100%

Estimated time:
1:00 h
Actions #1

Updated by beat about 13 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

Actions #2

Updated by krileon about 13 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

Actions #3

Updated by beat about 13 years ago

r1353 updates form to latest version 2.52

Actions #4

Updated by beat about 13 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.

Actions #5

Updated by beat about 13 years ago

That issue is fixed.

Keeping issue open until jQuery 1.5.0 stable is released on 31.1.2011.

Actions #6

Updated by beat about 13 years ago

  • Status changed from Resolved to Closed

Commit r1402 upgrades jQuery from 1.5 RC to 1.5 Stable.

This closes this issue.

Actions

Also available in: Atom PDF