jQuery: The Write Less, Do More JavaScript Library

Blog » Help Test jQuery 1.1.3

Posted May 20th, 2007 by John Resig

A test build of the upcoming 1.1.3 release is ready for everyone to try. We need to be super-sure that there haven’t been any regressions in this release, and in order to do that we’d like you to download this alpha release and try it in place of jQuery 1.1.2 (wherever you may be using it).

Download the test release:


Here’s what you can do to help:

  1. Download the test release of jQuery 1.1.3
  2. Temporarily replace your copy of jQuery 1.1.2 with this test release in some of your web pages
  3. If something is now broken, please submit a ticket letting us know what happened. The more specific you can be, the better (demos or test cases are highly desired).

Note Pay special attention to Events, Selectors, and Animations; significant changes happened in all three of those areas, so if there’s any place where a regression is possible, it would be more likely to occur in there.

Once we’re confident that there’s no new bugs, we’ll be releasing jQuery 1.1.3 fully (hopefully some time this week).


12 Responses to “Help Test jQuery 1.1.3”

  1. huncent Says:

    Great News!

  2. CTAPbIu_MABP Says:

    plugin flash [http://jquery.lukelutman.com/plugins/flash#activex] no more works(((

  3. jQuery 1.1.3 alpha » Code Candies Says:

    […] Mit einer ersten Testversion zieht jQuery 1.1.3 am Horizont auf. Viele Informationen gibt es noch nicht, lediglich deutliche Änderungen im Bereich Events, Selektoren und Animationen sind angekündigt. […]

  4. Bakyt Niyazov Says:

    Great! Didn’t notice any bug.

  5. Tamlyn Rhodes Says:

    Flash plugin works fine for me. As does everything else.

  6. Matthieu Says:

    No bug for me.
    Great new and nice job John !

  7. Perrich Says:

    Works great with ExtJS Grid 1.0.1a and my others scripts.

  8. Anne Says:

    performs very good for me too !
    thanks to all developers

  9. rodrigo moraes Says:

    It is perfect for me using several plugins - Interface, Tabs, Thickbox Reloaded, Farbtastic… Great. :)

  10. Krystian Says:

    I test it with interface and form plugins, works fine.

  11. Gabriel Says:

    Can we get some release notes so we know which areas to test more rigorously? It would be nice to know what is going to change.

  12. Tony Chen Says:

    There are some problems:

    1. In fix function: line 2965 and 2975 assign to event.which, but in mozilla and opera that the event.which is read-only.

    2. There are some plugins check function XMLHttpRequest for IE, but it had been removed from release 1.1.3a.
    Ex. Thickbox 3: if ( !(jQuery.browser.msie && typeof XMLHttpRequest == ‘function’)) { // take away IE6

Leave a Reply