This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2025-01-10 18:24:24 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
76e3a90153
jquery
/
test
History
David Serduke
76e3a90153
Fixed
#1763
by checking to see if .createElement() is available on the context and if isn't default to other contexts.
2007-12-04 19:37:03 +00:00
..
data
fixed jsdoc for equals
2007-12-04 16:42:42 +00:00
unit
Fixed
#1763
by checking to see if .createElement() is available on the context and if isn't default to other contexts.
2007-12-04 19:37:03 +00:00
index.html
Fixed
#1599
as Brandon suggested to ignore negative values to width and height css. The fix itself is slightly different as it was moved to .css() instead of staying in .attr() like in his patch. I decided there was less chance of incorrect behavior (like if someone had an XML file with a width attribute that could be negative). Also took out some unneeded white space while I was in there.
2007-11-28 01:01:49 +00:00
test.js
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +00:00