[jQuery logo]
jQuery commits

RevisionAuthorDateDescription
6056jeresig05 Jan 2009 18:33:56

Tagging the 1.3b2 release.

6055aflesler05 Jan 2009 18:19:58

jquery selector: Replacing {0,1} for ? in a regex.

6054jeresig05 Jan 2009 18:06:57

Disabled an extra event binding.

6053jeresig05 Jan 2009 17:58:02

Switched back to the old style of running embedded scripts (users who have duplicate runs will
have to deal with it another way).

6052jeresig05 Jan 2009 17:14:26

Timeout test appears to be flaky - disabling, for now.

6051jeresig05 Jan 2009 17:05:59

The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 second.

6050jeresig05 Jan 2009 17:02:20

Oops, order of operations.

6049jeresig05 Jan 2009 16:59:07

Brought in a fix from Sizzle - IE doesn't have .contains on XML elements.

6048jeresig05 Jan 2009 16:56:35

Simplified the XML clone test.

6047jeresig05 Jan 2009 16:04:15

Simplified the XML selector test (save the result).

6046jeresig05 Jan 2009 15:43:58

Fixed an issue with how broken selector tests were handled in IE (the exception was misdirected).

6045jeresig05 Jan 2009 15:43:24

The triggered flag was being set too early, which was preventing bubbling form working when a
native event existed.

6044jeresig05 Jan 2009 14:22:25

Make sure that if no ownerDocument is available that we fall back to the node itself (likely the document).