Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a fix for $("object *") in IE7. | John Resig | 2007-01-11 | 1 | -2/+10 |
| | |||||
* | Fixed bug with .text(), it only returned the text for the first element. | John Resig | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | Fixed the Safari crashing bug. So much hate. | John Resig | 2007-01-11 | 1 | -2/+2 |
| | |||||
* | Added a fix for <script>s getting executed twice when .load()ed. | John Resig | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed docs for .clone(Boolean). | John Resig | 2007-01-10 | 1 | -0/+1 |
| | |||||
* | Modified ready to event to pass jQuery object, allowing users to avoid the ↵ | Jörn Zaefferer | 2007-01-10 | 2 | -2/+23 |
| | | | | ugly custom alias pattern, added examples to both ready(Function) and $(Function) | ||||
* | Removed support for //foo | //bar - please use "," instead. | John Resig | 2007-01-10 | 1 | -2/+2 |
| | |||||
* | Added support .css("left",30). Fixed up the multiFilter code. | John Resig | 2007-01-10 | 2 | -13/+20 |
| | |||||
* | Lots of improvements. Added support for .not( jQuery("...") ) and support ↵ | John Resig | 2007-01-10 | 3 | -26/+61 |
| | | | | for multi filters: .filter("foo,bar") .parent("div, .class"), etc. | ||||
* | Added back in height and width - they now behave more appropriately. | John Resig | 2007-01-10 | 1 | -0/+68 |
| | |||||
* | .remove("...") removed too much. | John Resig | 2007-01-10 | 1 | -5/+7 |
| | |||||
* | We've decided against .set() and are moving back to .pushStack(). | John Resig | 2007-01-10 | 1 | -11/+11 |
| | |||||
* | Fixed tests for gt/lt | Jörn Zaefferer | 2007-01-10 | 1 | -3/+3 |
| | |||||
* | Added tests for almost everything in jquery/jquery.js; fixed some docs and ↵ | Jörn Zaefferer | 2007-01-10 | 2 | -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 Zaefferer | 2007-01-10 | 2 | -1/+18 |
| | | | | jQuery.find() | ||||
* | Added tests for add() and fixed #770 | Jörn Zaefferer | 2007-01-10 | 2 | -3/+13 |
| | |||||
* | Fixed a bug with .append() and <td>/<tr>. | John Resig | 2007-01-10 | 1 | -3/+5 |
| | |||||
* | More jQuery.speed() fixes. | John Resig | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed a bug in jQuery.speed(), when there's no properties provided. | John Resig | 2007-01-10 | 1 | -2/+2 |
| | |||||
* | typo | Jörn Zaefferer | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Moved event object docs to wiki | Jörn Zaefferer | 2007-01-09 | 1 | -97/+0 |
| | |||||
* | Removed duplicated show/hide/toggle, added test for toggle(), started ↵ | Jörn Zaefferer | 2007-01-09 | 3 | -58/+106 |
| | | | | documentation of event properties/methods | ||||
* | Added tests for comma-separated expressions in filter, not, parent, parents, ↵ | Jörn Zaefferer | 2007-01-09 | 1 | -14/+26 |
| | | | | siblings, prev and next. | ||||
* | Fixed .next() and .prev(). | John Resig | 2007-01-09 | 1 | -2/+2 |
| | |||||
* | Added test for next/prev | Jörn Zaefferer | 2007-01-09 | 1 | -0/+10 |
| | |||||
* | Added test and fixed parents() | Jörn Zaefferer | 2007-01-09 | 2 | -1/+11 |
| | |||||
* | Added support for (basic) nested parens and (basic) nested brackets. You can ↵ | John Resig | 2007-01-09 | 1 | -2/+2 |
| | | | | now do: div:not(.foo[a:not(.even)]) or div[p[a.even]]. | ||||
* | Added test for toggleClass, fixed jQuery.className.has to accept both node ↵ | Jörn Zaefferer | 2007-01-08 | 2 | -2/+15 |
| | | | | and className (#762) | ||||
* | Pruned a lot of extra code out and improved how .html() works. | John Resig | 2007-01-08 | 1 | -59/+65 |
| | |||||
* | .text( String ) now works as you'd expect it to, plus it's much faster and ↵ | John Resig | 2007-01-08 | 2 | -21/+11 |
| | | | | smaller - which is good. | ||||
* | Fixed a bug in the jQuery.prop() addition and fixed the test cases to ↵ | John Resig | 2007-01-08 | 2 | -8/+4 |
| | | | | represent the current set of features. | ||||
* | I broke out the ${...} functionality into a separate plugin so that we can ↵ | John Resig | 2007-01-08 | 1 | -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 Resig | 2007-01-08 | 4 | -37/+41 |
| | | | | the test suite from trying to run Ajax tests locally. | ||||
* | Implemented #756, making text(String) really useful | Jörn Zaefferer | 2007-01-07 | 2 | -7/+19 |
| | |||||
* | Fix for #758 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+10 |
| | |||||
* | Fixed #753 in Opera and IE | Jörn Zaefferer | 2007-01-07 | 1 | -2/+2 |
| | |||||
* | Implemented #753 | Jörn Zaefferer | 2007-01-07 | 2 | -4/+49 |
| | |||||
* | Added support for [@foo] against DOM object properties (not just attributes). | John Resig | 2007-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed problem with $("div",$("body")) breaking (returning an array, of ↵ | John Resig | 2007-01-07 | 2 | -3/+3 |
| | | | | length one, containing undefined). | ||||
* | Reorganized the different effects to be in fx.js, instead of jquery.js - and ↵ | John Resig | 2007-01-07 | 3 | -512/+564 |
| | | | | cleaned up some of the documentation. | ||||
* | Updated param method to encode name as well as value (per spec: ↵ | Mike Alsup | 2007-01-07 | 2 | -6/+6 |
| | | | | http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1) | ||||
* | Fixed up the easing documentation. | John Resig | 2007-01-07 | 1 | -11/+8 |
| | |||||
* | Test for #753 | Jörn Zaefferer | 2007-01-07 | 1 | -1/+6 |
| | |||||
* | Fix for #754 | Jörn Zaefferer | 2007-01-07 | 1 | -6/+12 |
| | |||||
* | Fixed test for object/param selection (thanks Andrea) | Jörn Zaefferer | 2007-01-07 | 1 | -3/+2 |
| | |||||
* | Improved the categories of a bunch of docs, upped the version to 1.1. | John Resig | 2007-01-07 | 4 | -69/+69 |
| | |||||
* | Started cleaning up fx, made easing easier to use. | John Resig | 2007-01-07 | 1 | -80/+76 |
| | |||||
* | Fixed the docs for noConflict, fixed a bug with pager. | John Resig | 2007-01-06 | 1 | -5/+9 |
| | |||||
* | Cleaned up some spacing and braces. | John Resig | 2007-01-06 | 1 | -39/+36 |
| | |||||
* | Converted instances of new function(){ ... } to use jQuery.each(...) ↵ | John Resig | 2007-01-06 | 2 | -219/+7 |
| | | | | instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?). |