-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Comparing changes
Open a pull request
base repository: jquery/jquery
base: main
head repository: dcneiner/jquery
compare: master
- 11 commits
- 3 files changed
- 2 contributors
Commits on Mar 7, 2010
-
Added support for slideToggle to take an optional state parameter
By adding the state parameter, slideToggle can now be called in the following ways: slideToggle(); slideToggle(speed); slideToggle(state); slideToggle(callback); slideToggle(speed,callback); slideToggle(state,callback); slideToggle(speed,state,callback); If `state` is `true` then `slideDown` is called. If `state` is `false` then `slideUp` is called. If `state` is not a boolean, then the original `slideToggle` is called. (It was moved to `_slideToggle`)Doug Neiner authored and Doug Neiner committedMar 7, 2010 Configuration menu - View commit details
-
Copy full SHA for bfbb04c - Browse repository at this point
Copy the full SHA bfbb04cView commit details
Commits on May 24, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 1b53814 - Browse repository at this point
Copy the full SHA 1b53814View commit details
Commits on Jun 13, 2010
-
Updated Rakefile to mirror the functionality of the Makefile
The Rakefile now supports all the functionality of the Makefile including only rebuilding files when dependent files change. To see availible tasks, run: rake -TConfiguration menu - View commit details
-
Copy full SHA for 60658f7 - Browse repository at this point
Copy the full SHA 60658f7View commit details
Commits on Jun 14, 2010
-
Updated Rakefile to remove use of *nix specific commands
Only `sh` statements left are either 'java' or 'git' commands, which should work on Windows, though I still need to test
Configuration menu - View commit details
-
Copy full SHA for 7957131 - Browse repository at this point
Copy the full SHA 7957131View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc661f0 - Browse repository at this point
Copy the full SHA cc661f0View commit details -
Updated README file with updated information for the Rake addtions
Also changed the default Rake task to "all" instead of "jquery" to parallel the Makefile.
Configuration menu - View commit details
-
Copy full SHA for 5cda32b - Browse repository at this point
Copy the full SHA 5cda32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d7c07e - Browse repository at this point
Copy the full SHA 3d7c07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 240e487 - Browse repository at this point
Copy the full SHA 240e487View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce80e1d - Browse repository at this point
Copy the full SHA ce80e1dView commit details
Commits on Aug 17, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 3c56b68 - Browse repository at this point
Copy the full SHA 3c56b68View commit details -
Added the ability for hasClass to accept an array of class names inst…
…ead of just a single string. It returns true if *any* of the classes match
Configuration menu - View commit details
-
Copy full SHA for 31d2d3e - Browse repository at this point
Copy the full SHA 31d2d3eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master