Releases: jQuery 1.3 and Validation Plugin 1.5.1
14. January 2009 um 16:01 jQuery

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:

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!

-Jörn

rss 12 Comments
  1. 15. January 2009 |20:56

    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!

  2. 15. January 2009 |21:23

    Hey Jörn!
    Do you have an update for your tooltip plugin as well!

    Thanks for your great scripts!

  3. 19. January 2009 |19:37

    @Dennis: Not yet, but I’m working on it.

  4. 20. January 2009 |17:51

    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!

  5. 20. January 2009 |19:20

    Viktor: Please post questions like that on the jQuery mailing list. More details on the plugin page.

  6. 22. January 2009 |23:48

    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

  7. Matt
    26. January 2009 |18:20

    Thanks for this update!

    If it helps, I’m cheering you on for the Tooltip update too :)

  8. 31. January 2009 |16:57

    @Matt: Tooltip seems to work fine with 1.3.1 – do you have any specific issues?

  9. 3. February 2009 |13:36

    Thank you!!!!

    I appreciate you getting this updated for 1.3 so quickly

  10. 14. February 2009 |19:26

    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.

  11. 19. February 2009 |10:18

    Your jQuery Plugin is very useful!
    Thank you very much!

    http://www.mofun.cc/c/blogs/find_entry?entryId=67051

  12. 19. February 2009 |10:21

    Your jQuery Plugin is very useful!
    Thank you very much!

    Reference:http://www.mofun.cc/c/blogs/find_entry?entryId=67501

Write a comment

Note: Wrap all of your code blocks in <code>...</code> and replace < with &lt; and > with &gt;.