jQuery 1.3 is out – head over to the jQuery blog release post for details. Happy third birthday, jQuery!
If you plan to update, make sure to also update the validation plugin to 1.5.1, which provides compability with 1.3 as well as 1.2.6. Other changes include:
- Updated marketo demo to use invalidHandler option instead of binding invalid-form event
- Added TinyMCE integration example
- Added ukrainian (ua) localization
- Fixed length validation to work with trimmed value (regression from 1.5 where general trimming before validation was removed)
As usual, support is available via:
- Please post questions to the jQuery discussion list, putting [validate] into the subject of your post, making it easier to spot it and respond quickly. Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in no time.
- Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the jQuery bug tracker (requires registration). Please put [validate] into the title of a ticket.
Enjoy!
thanks for the update, Jörn.
i was getting some really bizarre selector results in 1.3 and the validation plugin 1.5 was the culprit.
all is well with 1.5.1. thank you!
Hey Jörn!
Do you have an update for your tooltip plugin as well!
Thanks for your great scripts!
@Dennis: Not yet, but I’m working on it.
Thanks for a great plugin! Unfortunately I got a problem with the latest version (and jquery 1.3).
I need to submit forms through links instead of input buttons. I’ve used the following code to do this:
$(“form a.form_submit”).click(function() {
$(this).parents().filter(“form”).trigger(“submit”);
return false;
});
This used to work perfectly together with the validation plugin, but is broken since the update (the form isn’t submitted). Any ideas for a workaround, or will I need to downgrade jquery?
Thanks!
Viktor: Please post questions like that on the jQuery mailing list. More details on the plugin page.
Added a ticket on jQuery bug tracker #3967 with proposed fix
http://dev.jquery.com/ticket/3967
has anyone else has run into any problems with the jQuery 1.3.1 bugfix release
Thanks for this update!
If it helps, I’m cheering you on for the Tooltip update too 🙂
@Matt: Tooltip seems to work fine with 1.3.1 – do you have any specific issues?
Thank you!!!!
I appreciate you getting this updated for 1.3 so quickly
Just stumbled upon this validation project. Great work, keep it up.
Looking forward to integrate this to TurboGears or some other Python framework validation. Assuming nobody has done that yet.
Cheers.
Your jQuery Plugin is very useful!
Thank you very much!
http://www.mofun.cc/c/blogs/find_entry?entryId=67051
Your jQuery Plugin is very useful!
Thank you very much!
Reference:http://www.mofun.cc/c/blogs/find_entry?entryId=67501