jQuery Form has had some updates since February. 2.33 includes a number of bug fixes as well as huge commit for event delegation of the click handler.
This patch uses Dean Edwards' Packer on jQuery Form 2.33 with both base64 encoding and shrink variable names enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | update-jquery-form_609622_8.patch | 18.09 KB | mfer |
| #6 | 609622_jqform.patch | 19.07 KB | andypost |
| #5 | 609622.patch | 18.99 KB | robloach |
| #4 | 609622.patch | 18.33 KB | robloach |
| #1 | jqueryform.patch | 15.84 KB | casey |
Comments
Comment #1
casey commentedUpdate to 2.36
Comment #2
brianV commentedMay as well get this in, although I figure we will update again right before release.
Comment #3
dave reidCan we please use JSMin (used in most other jQuery JS) instead of Packer?
Comment #4
robloachDefinitely, although it would be a little bit larger file, it would improve JavaScript load speed performance.
Comment #5
robloachWhoops, forgot CHANGELOG.txt.
Comment #6
andypost+1 to commit, but could someone to test this change for #240777: Attach: An HTTP Error 0 occurred (on file upload)
Personally I have no issues under FF36, IE8, Opera 10.10 - tested with imagefield
Patch applied with only on hunk so I reroll
Comment #8
mfer commentedThe previous patch had some line breaks in the minified file that should not have been there. This patch removes those. The failed tests passed for me locally with the change.
Comment #9
andypostSuppose my patch was done with wrong params...
Comment #10
mcrittenden commentedSub.
Comment #11
dries commentedWe'll continue to sync with the latest jQuery releases for a while. Committed to CVS HEAD. Thanks.