Blog » Help Test jQuery 1.1.3
Posted May 20th, 2007 by John ResigA 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:
- Download the test release of jQuery 1.1.3
- Temporarily replace your copy of jQuery 1.1.2 with this test release in some of your web pages
- 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).
May 20th, 2007 at 8:35 pm
Great News!
May 21st, 2007 at 1:10 am
plugin flash [http://jquery.lukelutman.com/plugins/flash#activex] no more works(((
May 21st, 2007 at 2:18 am
[…] 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. […]
May 21st, 2007 at 3:26 am
Great! Didn’t notice any bug.
May 21st, 2007 at 4:58 am
Flash plugin works fine for me. As does everything else.
May 21st, 2007 at 1:22 pm
No bug for me.
Great new and nice job John !
May 22nd, 2007 at 1:34 pm
Works great with ExtJS Grid 1.0.1a and my others scripts.
May 24th, 2007 at 8:47 pm
performs very good for me too !
thanks to all developers
May 25th, 2007 at 6:52 am
It is perfect for me using several plugins - Interface, Tabs, Thickbox Reloaded, Farbtastic… Great.
May 28th, 2007 at 9:17 pm
I test it with interface and form plugins, works fine.
June 4th, 2007 at 1:28 am
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.
June 6th, 2007 at 2:23 am
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