aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for #812Jörn Zaefferer2007-01-161-3/+6
|
* Enhanced attr(String, Function) to pass through index of current elementJörn Zaefferer2007-01-162-5/+12
|
* Removed useless and misleading exampleJörn Zaefferer2007-01-141-5/+0
|
* 2006 -> 2007.John Resig2007-01-141-1/+1
|
* Made a slight adjustment to $("expr") to make it faster.John Resig2007-01-141-6/+6
|
* Converted a lot of for loops to use jQuery.each() instead.John Resig2007-01-141-24/+21
|
* Fixed the issues with .text() working incorrectly.John Resig2007-01-141-6/+14
|
* Merged in some wiki fixes into the main docs.John Resig2007-01-141-6/+6
|
* Added a fix, and tests, for appending empty sets of elements/strings.John Resig2007-01-142-1/+13
|
* Fixed a few docsJörn Zaefferer2007-01-141-12/+11
|
* Fix wrong type check in jQuery.propJörn Zaefferer2007-01-141-1/+1
|
* Removed a bunch more bytes from the total file size.John Resig2007-01-141-13/+13
|
* Added in jQuery.isFunction().John Resig2007-01-141-3/+7
|
* Fixed that stupid type once moreJörn Zaefferer2007-01-111-1/+1
|
* Added a fix for .append( Number )John Resig2007-01-111-0/+3
|
* Added a fix for .html("") not working correctly.John Resig2007-01-111-0/+2
|
* Fixed .not([]) not working properly.John Resig2007-01-111-1/+1
|
* Fixed missing typoJörn Zaefferer2007-01-111-1/+1
|
* Fixed bug with .text(), it only returned the text for the first element.John Resig2007-01-111-1/+1
|
* Fixed the Safari crashing bug. So much hate.John Resig2007-01-111-2/+2
|
* Fixed docs for .clone(Boolean).John Resig2007-01-101-0/+1
|
* Modified ready to event to pass jQuery object, allowing users to avoid the ↵Jörn Zaefferer2007-01-101-0/+8
| | | | ugly custom alias pattern, added examples to both ready(Function) and $(Function)
* Added support .css("left",30). Fixed up the multiFilter code.John Resig2007-01-101-6/+18
|
* Lots of improvements. Added support for .not( jQuery("...") ) and support ↵John Resig2007-01-102-26/+43
| | | | for multi filters: .filter("foo,bar") .parent("div, .class"), etc.
* Added back in height and width - they now behave more appropriately.John Resig2007-01-101-0/+68
|
* .remove("...") removed too much.John Resig2007-01-101-5/+7
|
* We've decided against .set() and are moving back to .pushStack().John Resig2007-01-101-11/+11
|
* Fixed tests for gt/ltJörn Zaefferer2007-01-101-3/+3
|
* Added tests for almost everything in jquery/jquery.js; fixed some docs and ↵Jörn Zaefferer2007-01-102-26/+179
| | | | removed the now useless docs for $(jQuery)
* Fixed add to also create HTML on-the-fly by using jQuery() instead of ↵Jörn Zaefferer2007-01-102-1/+18
| | | | jQuery.find()
* Added tests for add() and fixed #770Jörn Zaefferer2007-01-102-3/+13
|
* Fixed a bug with .append() and <td>/<tr>.John Resig2007-01-101-3/+5
|
* Removed duplicated show/hide/toggle, added test for toggle(), started ↵Jörn Zaefferer2007-01-091-58/+0
| | | | documentation of event properties/methods
* Added tests for comma-separated expressions in filter, not, parent, parents, ↵Jörn Zaefferer2007-01-091-14/+26
| | | | siblings, prev and next.
* Fixed .next() and .prev().John Resig2007-01-091-2/+2
|
* Added test for next/prevJörn Zaefferer2007-01-091-0/+10
|
* Added test and fixed parents()Jörn Zaefferer2007-01-092-1/+11
|
* Added test for toggleClass, fixed jQuery.className.has to accept both node ↵Jörn Zaefferer2007-01-082-2/+15
| | | | and className (#762)
* Pruned a lot of extra code out and improved how .html() works.John Resig2007-01-081-59/+65
|
* .text( String ) now works as you'd expect it to, plus it's much faster and ↵John Resig2007-01-082-21/+11
| | | | smaller - which is good.
* Fixed a bug in the jQuery.prop() addition and fixed the test cases to ↵John Resig2007-01-082-8/+4
| | | | represent the current set of features.
* I broke out the ${...} functionality into a separate plugin so that we can ↵John Resig2007-01-081-20/+9
| | | | develop it further. I left a hook in jquery.js so that this can be done, plus I left in the function() functionality.
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped ↵John Resig2007-01-082-33/+37
| | | | the test suite from trying to run Ajax tests locally.
* Implemented #756, making text(String) really usefulJörn Zaefferer2007-01-072-7/+19
|
* Fixed #753 in Opera and IEJörn Zaefferer2007-01-071-2/+2
|
* Implemented #753Jörn Zaefferer2007-01-072-4/+49
|
* Fixed problem with $("div",$("body")) breaking (returning an array, of ↵John Resig2007-01-071-1/+1
| | | | length one, containing undefined).
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ↵John Resig2007-01-071-2/+2
| | | | cleaned up some of the documentation.
* Test for #753Jörn Zaefferer2007-01-071-1/+6
|
* Fix for #754Jörn Zaefferer2007-01-071-6/+12
|