openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
jQuery
Settings
|
Report Duplicate
3,057
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 213 of 222
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improved jquery target to allow inclusion of plugins directly (specify via the PLUGINS property), making a merge build easier; min/pack work, lite/docs/test ignores content of plugins files
Jörn Zaefferer
More...
over 18 years ago
Modified test for bug #164
Jörn Zaefferer
More...
over 18 years ago
Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet
Jörn Zaefferer
More...
over 18 years ago
Added linebreak for better readability when adding more files
Jörn Zaefferer
More...
over 18 years ago
Fixed bug #180 as suggested, changing xxx.constructor == Function to typeof xxx = "function"
Jörn Zaefferer
More...
over 18 years ago
Added some more tests for weird form selection expressions
Jörn Zaefferer
More...
over 18 years ago
Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see http://jquery.com/discuss/2006-September/012088/
Jörn Zaefferer
More...
over 18 years ago
Added tests for children()
Jörn Zaefferer
More...
over 18 years ago
Clear timeout (prevents freezing of test suite when async tests fail) when start is called
Jörn Zaefferer
More...
over 18 years ago
Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164
Jörn Zaefferer
More...
over 18 years ago
Added test for feature #206
Jörn Zaefferer
More...
over 18 years ago
Added some tests for name(), id() and title()
Jörn Zaefferer
More...
over 18 years ago
Added expressions for feature #69 (form element selectors), needs some documentation in the wiki when the next official release is out
Jörn Zaefferer
More...
over 18 years ago
Refactored test suite once more, as proposed by John
Jörn Zaefferer
More...
over 18 years ago
Added proposed fix for bug #201
Jörn Zaefferer
More...
over 18 years ago
Added .htaccess file for docs directory.
John Resig
More...
over 18 years ago
Weird, I never committed the docs for mouseover.
John Resig
More...
over 18 years ago
Added test for bug #190
Jörn Zaefferer
More...
over 18 years ago
Fixed bug #168
Jörn Zaefferer
More...
over 18 years ago
Fixed typo, thanks Patrick
Jörn Zaefferer
More...
over 18 years ago
Fixed bug #178
Jörn Zaefferer
More...
over 18 years ago
Added fix for bug #175; Added docs for extend(Object), for any plugin developer API docs to come
Jörn Zaefferer
More...
over 18 years ago
Resolved bug #191 as won't fix, removed the failing test and changed docs accordingly.
Jörn Zaefferer
More...
over 18 years ago
Fixed bug #194, added regression tests
Jörn Zaefferer
More...
over 18 years ago
Refactored test suite: tests subdir not needed anymore
Jörn Zaefferer
More...
over 18 years ago
Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup
Jörn Zaefferer
More...
over 18 years ago
Added proposed fix for bug #185
Jörn Zaefferer
More...
over 18 years ago
Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
Jörn Zaefferer
More...
over 18 years ago
Fixed typo.
John Resig
More...
over 18 years ago
Added quick fix for event triggering, while passing in data.
John Resig
More...
over 18 years ago
←
1
2
…
209
210
211
212
213
214
215
216
217
…
221
222
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree