Justin
abcdaf9043
It seems the convention is to use self
for caching jQuery ( this )
instead of using $this
.
2011-11-06 22:54:21 +00:00
Matt Mueller
a211ea27d2
Removed irrelevant comment.
2011-11-06 17:34:49 -05:00
Corey Frang
471290deb6
Removing a stale line of code in .data()
2011-11-06 17:24:44 -05:00
Toby Brain
47c605f693
Fix #10177 . Pass correct index to function-parameter of .wrap
2011-11-06 16:59:41 -05:00
Berker Peksag
90c019de5e
Chrome 10 slice bug has been fixed; remove workaround.
...
See: http://code.google.com/p/v8/issues/detail?id=1050
Discussion: jquery/jquery@52a0238 .
2011-11-06 16:38:26 -05:00
Rick Waldron
7cbd7a640f
Coerce eq() argument all the time. Fixes #10616
2011-11-06 16:17:59 -05:00
Rick Waldron
e086c22826
User internalKey instead of jQuery.expando. Fixes #10675
2011-11-06 16:05:45 -05:00
Dave Methvin
262c32a70e
Streamline getComputedStyle per @JustinDrake's observation.
2011-11-06 15:49:45 -05:00
Mike Sherov
f35ba5e699
Fix #10691 . Remove all instances of equals() and same(), as these are deprecated in QUnit.
2011-11-06 15:27:42 -05:00
Dave Methvin
83c72eaa9c
Remove forever-alone regexps in event.js
...
These should have been removed during the event refactor.
2011-11-06 14:49:31 -05:00
Dave Methvin
02629f1047
Eliminate spurious error message from which
.
...
Some versions of `which` (Cygwin's among them) spit out an error to stderr when not all their args are found. We only expect one of these to be found anyway.
2011-11-06 14:45:35 -05:00
Dave Methvin
8380e12ab4
Updating the source version to 1.7.1pre
2011-11-03 16:18:50 -04:00
Dave Methvin
47d66eaebd
Tagging the 1.7 release.
2011-11-03 16:18:21 -04:00
Dave Methvin
3cd651669c
Update the version for building release notes.
2011-11-03 16:10:23 -04:00
timmywil
b4392c220a
Correct typo in support.js assigning margin-top with cssText. Fixes #10638 .
2011-11-02 14:05:26 -04:00
Dave Methvin
902668825f
Updating the source version to 1.7pre
2011-11-01 12:07:49 -04:00
Dave Methvin
fd15cfdc18
Tagging the 1.7rc2 release.
2011-11-01 12:07:23 -04:00
timmywil
969fcc16bc
Add return in the offset support tests if the body is not present in frameset docs
2011-11-01 12:02:22 -04:00
timmywil
52afe20860
Fix a failing effects test in IE; minor style changes in effects
2011-11-01 09:46:20 -04:00
timmywil
006fde228d
Pass iframe support tests at doc ready. Fixes support fail in FF7
2011-10-31 18:24:34 -04:00
timmywil
0752687612
Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416." Fixes #10622 .
...
This reverts commit 22f2e8b3dc
.
2011-10-31 17:31:46 -04:00
timmywil
f8a1f7b670
Merge branch 'bug_10613_2'
2011-10-31 12:34:32 -04:00
timmywil
83a355a9a0
jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove jQuery.offset.supportProps and reference support in offset
2011-10-31 12:33:55 -04:00
timmywil
cec4018d0e
Reduce bytes and minor adjustments
2011-10-31 12:07:19 -04:00
timmywil
299cccded9
Construct a new container so that styles on the body are not affected
2011-10-31 10:50:19 -04:00
timmywil
93750cee36
Run offset support tests at doc ready. Fixes #10613 .
2011-10-31 09:50:21 -04:00
Corey Frang
0191e98934
Renaming 'runner' to 'hooks' - makes it a little more obvious whats happening
2011-10-31 09:47:19 -04:00
timmywil
38f087b5ae
Add a way to fire native events using dispatchEvent/fireEvent in testinit.js; fixes failing click test in FF3.6
2011-10-28 14:17:14 -04:00
Mike Sherov
fa0e801f52
Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions. Fixes #9233 .
...
More Details:
- https://github.com/jquery/jquery/pull/562
- http://bugs.jquery.com/ticket/9233
2011-10-28 10:53:42 -04:00
Dave Methvin
5c0c86378a
DRY the hover pseudo-event, get the type right, allow override.
...
Now with working unit test for extra correctness! If external code defines a special.hover event, we won't string-hack "hover" into "mouseenter mouseleave".
2011-10-27 17:11:40 -04:00
Dave Methvin
df4a160be7
Pass correct arg list to special._default. Thanks @mikaelkaron!
2011-10-27 16:02:54 -04:00
Dave Methvin
736d4d7706
Merge pull request #565 from rwldrn/10601
...
Cleanup spacing. Fixes #10601
2011-10-27 12:49:41 -07:00
Rick Waldron
27d099d471
Cleanup spacing in traversing.js. Fixes #10601
2011-10-27 15:35:09 -04:00
Rick Waldron
b723d49d0d
Cleanup spacing in support.js. Fixes #10601
2011-10-27 15:34:42 -04:00
Rick Waldron
79875457c0
Cleanup spacing in queue.js. Fixes #10601
2011-10-27 15:34:05 -04:00
Rick Waldron
d00e29a65e
Cleanup spacing in outro.js. Fixes #10601
2011-10-27 15:33:37 -04:00
Rick Waldron
33e98834fe
Cleanup spacing in offset.js. Fixes #10601
2011-10-27 15:33:21 -04:00
Rick Waldron
0804cdfe9a
Cleanup spacing in manipulation.js. Fixes #10601
2011-10-27 15:32:49 -04:00
Rick Waldron
f0cf49fee2
Cleanup spacing in events.js. Fixes #10601
2011-10-27 15:31:35 -04:00
Rick Waldron
0b4ac1d2be
Cleanup spacing in effects.js. Fixes #10601
2011-10-27 15:30:12 -04:00
Rick Waldron
4fb7202e0a
Cleanup spacing in css.js. Fixes #10601
2011-10-27 15:29:09 -04:00
Rick Waldron
9ea21faf8f
Cleanup spacing in attributes.js. Fixes #10601
2011-10-27 15:28:14 -04:00
Rick Waldron
bad83b39ce
Cleanup spacing in ajax.js. Fixes #10601
2011-10-27 15:26:37 -04:00
Rick Waldron
da062c54f4
Cleanup spacing in core.js. Fixes #10601
2011-10-27 15:25:30 -04:00
Rick Waldron
9ff4f26cf9
Cleanup spacing. Fixes #10601
2011-10-27 15:07:21 -04:00
Dave Methvin
c82dbf1928
Make sure .data("events")
still works, for now.
2011-10-26 22:56:26 -04:00
Julian Aubourg
c2da514bce
Merge pull request #564 from rwldrn/10586
...
Core styleguide cleanup. Fixes #10586
2011-10-26 16:50:21 -07:00
Dave Methvin
24e416dca3
Fix #10588 . For now, event voyeurism only merits the look of disapproval.
...
If you are using `.data("events")` we would like to know how we can provide a documented interface that satisfies the need.
2011-10-26 17:04:15 -04:00
Dave Methvin
35bc30cd87
Fix #10576 . Add alias for jQuery.event.handle so voyeur code still works.
...
Between new 1.7 special event hooks and jQuery.event.simulate() we have a much cleaner solution than the people calling jQuery.event.handle are doing, but we shouldn't break their use of this undocumented internal interface for now.
2011-10-26 16:02:20 -04:00
Rick Waldron
a9f1346c16
Core styleguide cleanup. Fixes #10586
2011-10-26 14:58:05 -04:00