Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/jquery/jquery
jQuery JavaScript Library
https://github.com/jquery/jquery
Fixed the number of expected class tests from a previous commit. Thanks to @bugbegone in 1f667aa035b3e4885d6b35fa9aa4990310f131af for the catch.
a32f4d7b6c197bcb521c7b0d351328f3821b6fee authored over 14 years ago
a32f4d7b6c197bcb521c7b0d351328f3821b6fee authored over 14 years ago
Make .data(Object) extend the existing data object. Fixes #6692.
0b4b3ee8a5eda75d8399b333cda54f6b319fe74c authored over 14 years ago
0b4b3ee8a5eda75d8399b333cda54f6b319fe74c authored over 14 years ago
Fix bug when accessing .data() on an empty set. Return null rather than throwing exception.
626624a19a6cbd70b44da08ee2123ba79f8e2bb0 authored over 14 years ago
626624a19a6cbd70b44da08ee2123ba79f8e2bb0 authored over 14 years ago
Added full support for easing in all shorthand effects methods (hide, show, toggle, fadeTo, slideUp, etc.). Previously, these methods could only be used with two of the three (speed, easing, callback) arguments, or, in the case of fadeTo, 3 of the 4 (speed, opacity, easing, callback) arguments. Added three more sets of tests to the series of "Chain" tests. Fixes #7014
1f667aa035b3e4885d6b35fa9aa4990310f131af authored over 14 years ago
1f667aa035b3e4885d6b35fa9aa4990310f131af authored over 14 years ago
Makefile: cleanup
* updating init to either pull or clone, not do both
* make sure it building only when it needs ...
Some minor lint fixes for the RegExp.
8e1d3697109e70ccdcb29e269af251216de057a8 authored over 14 years ago
8e1d3697109e70ccdcb29e269af251216de057a8 authored over 14 years ago
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062.
9dc6e0c572b9c809a3a4c123071d96d48a01dd1c authored over 14 years ago
9dc6e0c572b9c809a3a4c123071d96d48a01dd1c authored over 14 years ago
Re-work the document scoping.
19b5d9e874bbd97d03d9e0561a70711e2bf91fcb authored over 14 years ago
19b5d9e874bbd97d03d9e0561a70711e2bf91fcb authored over 14 years ago
Make sure the data- number has at least one number in it before passing to isNaN. Thanks to @cms in 8ebb9b22df32fe5739a48087b6e33abb9f5cda49 for a heads-up.
9ad7c21e701f827e108de038ff704f1e9b7022da authored over 14 years ago
9ad7c21e701f827e108de038ff704f1e9b7022da authored over 14 years ago
Make sure that non-px values aren't manipulated before input to height/width.
e3463946e19f2eb53d909fc2b59cc1c8636d21bd authored over 14 years ago
e3463946e19f2eb53d909fc2b59cc1c8636d21bd authored over 14 years ago
Fix bug with the readyWait DOM ready addition.
1ac3713e7fa187838b04290ada9e4fc56e01f145 authored over 14 years ago
1ac3713e7fa187838b04290ada9e4fc56e01f145 authored over 14 years ago
Scratch that, just punting on Opera and 304s for now - there may not be a good solution here. Fixes #6060.
dc8491defe5360afe076249a696f72f73a96dc23 authored over 14 years ago
dc8491defe5360afe076249a696f72f73a96dc23 authored over 14 years ago
Use a different workaround for detecting when Opera finds a status 304 page. Fixes #6060.
ba9e0fc177841bd74cc5ea4e52f09cd87d747bf5 authored over 14 years ago
ba9e0fc177841bd74cc5ea4e52f09cd87d747bf5 authored over 14 years ago
Escape RegExp braces to sooth JSLint's temper.
3a0a35288304ab5289a1815055623b18de4dc9f6 authored over 14 years ago
3a0a35288304ab5289a1815055623b18de4dc9f6 authored over 14 years ago
Switch to using isNaN instead of RegExp for data-.
8ebb9b22df32fe5739a48087b6e33abb9f5cda49 authored over 14 years ago
8ebb9b22df32fe5739a48087b6e33abb9f5cda49 authored over 14 years ago
Handle some additional data- number edge cases.
e0b24306a86629f02576017f25d295fbe07f21a5 authored over 14 years ago
e0b24306a86629f02576017f25d295fbe07f21a5 authored over 14 years ago
Make sure that the data- import also supports arrays.
1f8a5e4bbc49c244051101765c46bd8f35e2aa32 authored over 14 years ago
1f8a5e4bbc49c244051101765c46bd8f35e2aa32 authored over 14 years ago
Added in support for basic JSON object parsing of data- attributes.
e7c2d3b45bf0e8fbe9d7c9316b6c5adb2c019ea3 authored over 14 years ago
e7c2d3b45bf0e8fbe9d7c9316b6c5adb2c019ea3 authored over 14 years ago
Make sure that undefined is returned for not found data- attributes, not null.
ae9df1412c41b1ae676d3808c323b0f01e0b0600 authored over 14 years ago
ae9df1412c41b1ae676d3808c323b0f01e0b0600 authored over 14 years ago
Tweaked the data number RegExp some to handle some other edge cases.
d5d4e4df65b56319b4f1216f63008a9751690315 authored over 14 years ago
d5d4e4df65b56319b4f1216f63008a9751690315 authored over 14 years ago
Fixing the problem with data-* based numbers as mention by @jasonwebster in 20673d7.
4a46f3d7fbbaa0b7dab49ac815ccec78f1c45d2b authored over 14 years ago
4a46f3d7fbbaa0b7dab49ac815ccec78f1c45d2b authored over 14 years ago
Merge remote branch 'RedWolves/master'
653c04acb83cf5eeefc5b880f303cbc52ca29539 authored over 14 years ago
653c04acb83cf5eeefc5b880f303cbc52ca29539 authored over 14 years ago
Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul Irish. Fixes #6921.
20673d7e5836dda504b66730b528a8dae9787493 authored over 14 years ago
20673d7e5836dda504b66730b528a8dae9787493 authored over 14 years ago
Allow plugins to delay the exeuction of the ready event. Delay the ready event by calling: jQuery.readyWait++ and force the event to fire by doing: jQuery.ready(true). Fixes #6781.
747ba7defd82bffa6c7ccb69e53b834cbfddb62c authored over 14 years ago
747ba7defd82bffa6c7ccb69e53b834cbfddb62c authored over 14 years ago
Removing extra arg.
5b92cdd0488804ba689dab70c6f8443aae23bcf9 authored over 14 years ago
5b92cdd0488804ba689dab70c6f8443aae23bcf9 authored over 14 years ago
No need to set returnValue if preventDefault exists. Thanks kangax for the catch.
be59693037c4230e1b395e51a42c6fc55b577455 authored over 14 years ago
be59693037c4230e1b395e51a42c6fc55b577455 authored over 14 years ago
Added in some .css() setter perf tests as well.
7350e2e1cc671576804dab7cd82c739114146cb8 authored over 14 years ago
7350e2e1cc671576804dab7cd82c739114146cb8 authored over 14 years ago
Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80db42c6ced396fcd198228bff9ec7f1.
2d70dc9c43831232a26dcdd01565df6c596ca977 authored over 14 years ago
2d70dc9c43831232a26dcdd01565df6c596ca977 authored over 14 years ago
Updated the Questions? section with the forum information.
7c5fd489ee7948b2235ebd7192544fa3695d400b authored over 14 years ago
7c5fd489ee7948b2235ebd7192544fa3695d400b authored over 14 years ago
Adding a simple file for doing .css() performance testing.
9dd70a44ad682e7b9aa66680c54a38789a116e27 authored over 14 years ago
9dd70a44ad682e7b9aa66680c54a38789a116e27 authored over 14 years ago
Fix trailing arg.
8691a826c0110639480b3eae9e21db05d72bf305 authored over 14 years ago
8691a826c0110639480b3eae9e21db05d72bf305 authored over 14 years ago
Simplifying the camelCase logic used in the CSS and Effects modules.
77e310b906112c9e20dfbf0e91249a0b81cf6107 authored over 14 years ago
77e310b906112c9e20dfbf0e91249a0b81cf6107 authored over 14 years ago
Cleaning up some un-needed CSS code and adding back a temporary (deprecated) curCSS method.
6541eb9d80db42c6ced396fcd198228bff9ec7f1 authored over 14 years ago
6541eb9d80db42c6ced396fcd198228bff9ec7f1 authored over 14 years ago
Merge branch 'csshooks'
51d258074cf4cbb6e8c57361c421494220a65cb1 authored over 14 years ago
51d258074cf4cbb6e8c57361c421494220a65cb1 authored over 14 years ago
jQuery.css() returns a string value - handle this properly in the animation code.
192bab8ed6e8ad2b4c5de0c4660c80b6ecddfd33 authored over 14 years ago
192bab8ed6e8ad2b4c5de0c4660c80b6ecddfd33 authored over 14 years ago
Make sure that empty height/width values are still set.
d1f3dc9a04225b327b6fd6deb9d3913918054a9f authored over 14 years ago
d1f3dc9a04225b327b6fd6deb9d3913918054a9f authored over 14 years ago
Fixed some sloppy checks in the effects test suite, makes it more apparent where issues are happening.
99fcf3babbba8b794fe8b0b2e20d517156cfd4d2 authored over 14 years ago
99fcf3babbba8b794fe8b0b2e20d517156cfd4d2 authored over 14 years ago
Bringing in the rdashAlpha/fcamelCase private var tweaks from the csshooks branch.
fc5b69fc706a6025e5084d4b86adb3b97840c84f authored over 14 years ago
fc5b69fc706a6025e5084d4b86adb3b97840c84f authored over 14 years ago
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (currently set values).
37b607d2815b893d13de4ac3461090d0dd46535e authored over 14 years ago
37b607d2815b893d13de4ac3461090d0dd46535e authored over 14 years ago
Wrap the core return in parens to fix a confused JSLint.
492a2e2c5360a193b867df53e157a32af65f3f7e authored over 14 years ago
492a2e2c5360a193b867df53e157a32af65f3f7e authored over 14 years ago
Removing leftover debug code.
2131e1a7ad6d9df239ec00b301303e10dbd34d49 authored over 14 years ago
2131e1a7ad6d9df239ec00b301303e10dbd34d49 authored over 14 years ago
Add a flag to verify if a browser supports some form of XHR request. Fixes #7030.
959c20f76866c17e12e0c0bd2b2a8753d618550b authored over 14 years ago
959c20f76866c17e12e0c0bd2b2a8753d618550b authored over 14 years ago
Making some more adjustments to handle auto CSS properties.
2bda99c18a0372eed02472e9d318676e180281da authored over 14 years ago
2bda99c18a0372eed02472e9d318676e180281da authored over 14 years ago
Only set height/width if it's a non-negative number (don't set it to 0).
8b7015987cbd24c79f328bcf9260a6596a785bf5 authored over 14 years ago
8b7015987cbd24c79f328bcf9260a6596a785bf5 authored over 14 years ago
Make sure that height/width methods return numbers instead of strings.
cb3a9c14f1d69a60777a887a7807d7d11c5cb0a1 authored over 14 years ago
cb3a9c14f1d69a60777a887a7807d7d11c5cb0a1 authored over 14 years ago
Another logic bug caught by furf in ad950c8c5992937640a1e1aca8d63bb476b001f6.
c168c30a6afb1b3af1dee81119dbfdd3bef50d61 authored over 14 years ago
c168c30a6afb1b3af1dee81119dbfdd3bef50d61 authored over 14 years ago
Make sure that the CSS hook getter isn't called if a forced computed style is done.
c36596ea58a69f7772b61829f8d0609a6fb1d9a0 authored over 14 years ago
c36596ea58a69f7772b61829f8d0609a6fb1d9a0 authored over 14 years ago
Make sure that effect tests no longer reference the old CSS methods.
70377a65e2a1c8478f3dc1e0e125b7b25b5324f3 authored over 14 years ago
70377a65e2a1c8478f3dc1e0e125b7b25b5324f3 authored over 14 years ago
Adding in a couple private variables to effects.js that were in css.js.
a166860a19a5d0de4529e4df4cb6647b3812577e authored over 14 years ago
a166860a19a5d0de4529e4df4cb6647b3812577e authored over 14 years ago
Make sure that string values are returned from the height/width CSS properties.
7c8588530abaf4e72154fe1f59c04aae217a32b8 authored over 14 years ago
7c8588530abaf4e72154fe1f59c04aae217a32b8 authored over 14 years ago
Merge branch 'master' into csshooks
Conflicts:
src/css.js
Landing a bunch of bug fixes from furf's pull request at eefcbaebb31b89b5eb360cd5ec6165b89c84e75f.
ad950c8c5992937640a1e1aca8d63bb476b001f6 authored over 14 years ago
ad950c8c5992937640a1e1aca8d63bb476b001f6 authored over 14 years ago
Trim out the module wrappers during the build process. Follow-up to #7011.
1ed405176bfac58f35c3027006e152a4725fd63b authored over 14 years ago
1ed405176bfac58f35c3027006e152a4725fd63b authored over 14 years ago
Removing extraneous argument.
82b35a4f2c11dc72178b78a1256b20d72b09708d authored over 14 years ago
82b35a4f2c11dc72178b78a1256b20d72b09708d authored over 14 years ago
Make sure that jQuery is being exposed outside of core (this will be stripped during the build process). Follow-up to #7011.
2663041924af36a26a30e60da5d97e2ab9fed5ec authored over 14 years ago
2663041924af36a26a30e60da5d97e2ab9fed5ec authored over 14 years ago
Make sure that the removeEvent and buildFragment private functions are exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011.
acb162a697e672b2b22e64a02e6278baafac5717 authored over 14 years ago
acb162a697e672b2b22e64a02e6278baafac5717 authored over 14 years ago
Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
bca576550249e9b79b1097669dff6d4ddd0d65cf authored over 14 years ago
bca576550249e9b79b1097669dff6d4ddd0d65cf authored over 14 years ago
Merge branch 'master' of github.com:jquery/jquery into csshooks
ca3b18ca5350c62444cb54233f08521ea47abbe3 authored over 14 years ago
ca3b18ca5350c62444cb54233f08521ea47abbe3 authored over 14 years ago
Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
a44ec402771f6d622506f39073d0be260400dd21 authored over 14 years ago
a44ec402771f6d622506f39073d0be260400dd21 authored over 14 years ago
added "#main" ancestor selector to an "Only Child" and "Last Child" test to fix broken tests caused by QUnit commit abfab1713ccb588aa87136b199a9ddc8d1b56c4b (Aug 29, 2010)
116f3b7c72004f3173a7d92457154a1fdb2180e1 authored over 14 years ago
116f3b7c72004f3173a7d92457154a1fdb2180e1 authored over 14 years ago
Broke more of the property-specific CSS logic out of the jQuery.css() function.
b920f0aeb483f4565ff2f3c1d2a328d5200b23f7 authored over 14 years ago
b920f0aeb483f4565ff2f3c1d2a328d5200b23f7 authored over 14 years ago
First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuery.curCSS, and jQuery.css are now all under jQuery.css).
920099b29c1157b637f918cdc293e1c89e9cd4dc authored over 14 years ago
920099b29c1157b637f918cdc293e1c89e9cd4dc authored over 14 years ago
Broke apart some of the browser-specific logic for CSS handling.
2912f8ab9520e042e8b27865617e586e34a05704 authored over 14 years ago
2912f8ab9520e042e8b27865617e586e34a05704 authored over 14 years ago
Some more minor formatting tweaks.
426045cc741b76ce95cf91ff5818879b3d067b76 authored over 14 years ago
426045cc741b76ce95cf91ff5818879b3d067b76 authored over 14 years ago
Tweaking the formatting from the previous commit.
1970154c3b50d3cbc990b93b48d7448390bd84cf authored over 14 years ago
1970154c3b50d3cbc990b93b48d7448390bd84cf authored over 14 years ago
First look at css hooks. These hooks provide a way to change how jQuery handles getting and setting certain css properties. This means normalizing properties like background-position can easily be done via plugins.
They are similar in concept to the special event hooks. Return false from the hook to revert con...
65b24861bc2e5f25b08373b2c5afdf15d3256e90 authored over 14 years ago
Fix the order of the element test arguments.
97cbd76695a69a973760560689d90d98e550ad7b authored over 14 years ago
97cbd76695a69a973760560689d90d98e550ad7b authored over 14 years ago
Tweaked the name unit tests to specify the exact nodes from which to test against.
90a4abd5111e57213059eb80876551ae1fac6c53 authored over 14 years ago
90a4abd5111e57213059eb80876551ae1fac6c53 authored over 14 years ago
Remove cases of :contains() where quotes are used - not using quotes follows more closely with the CSS Selector recommendation.
d48db1f440a76ca2396d2217aac010ff7d515517 authored over 14 years ago
d48db1f440a76ca2396d2217aac010ff7d515517 authored over 14 years ago
Add .width() and .height() unit test for empty sets. Fix .height() test that was masquerading as a .width() test. Made sure .width() and .height() tests were in-sync (testing the same things).
8d04ffec16790cbfb04b42421e0ac18600625374 authored over 14 years ago
8d04ffec16790cbfb04b42421e0ac18600625374 authored over 14 years ago
Increase max number of JSLint errors. This is necessary because we have several error messages that we choose to ignore.
a2e1051fb4b2065fb5ebea49dc0bcc583d113187 authored over 14 years ago
a2e1051fb4b2065fb5ebea49dc0bcc583d113187 authored over 14 years ago
Switched to use 'in' for the setInterval/window check as it also skirts around the Safari 2 NodeList crasher. See the discussion in 94f35d05199ec1634d9c8c60d10f298f260056bd for more details.
13f27fcd05987dc8951621ea55795fde792d7b79 authored over 14 years ago
13f27fcd05987dc8951621ea55795fde792d7b79 authored over 14 years ago
Blackberry 4.6 is capable of finding elements that are no longer in the DOM via getElementById. It only appears to happen when the node has been inside of a cloned Document Fragment. Fixes #6963.
1ead20c2ed7cb4fd647d632ff9de8104669482de authored over 14 years ago
1ead20c2ed7cb4fd647d632ff9de8104669482de authored over 14 years ago
Handle two more cases where comments were missing in the test case, in Blackberry 4.6.
43fbe3b33aeaa73c151ddb59632c85bc7f8a87b9 authored over 14 years ago
43fbe3b33aeaa73c151ddb59632c85bc7f8a87b9 authored over 14 years ago
Use the native isArray whenever possible. See perf test by jdalton here: http://jsperf.com/isarray-vs-other Fixes #6825.
ea8b1584b1905bbb414dc2e3cf562c6f3904bd97 authored over 14 years ago
ea8b1584b1905bbb414dc2e3cf562c6f3904bd97 authored over 14 years ago
Simplify the logic in $.type, thanks to jdalton for the suggesiton in 5d2be7e299131a31cffbd73edea59cde30445608.
7f18d29287aad960fda58b29e3362c9323fc23db authored over 14 years ago
7f18d29287aad960fda58b29e3362c9323fc23db authored over 14 years ago
Added some tweaks to $.type to handle null and undefined. Added a bunch of unit tests as well.
5d2be7e299131a31cffbd73edea59cde30445608 authored over 14 years ago
5d2be7e299131a31cffbd73edea59cde30445608 authored over 14 years ago
Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our test cases.
9ce1d09a0a002eb147411166dee800335a60f4e4 authored over 14 years ago
9ce1d09a0a002eb147411166dee800335a60f4e4 authored over 14 years ago
Fixed mistake with tweaked iframe manipulation test.
1e9d6e1255f94a4643770bb498e875d4016c0781 authored over 14 years ago
1e9d6e1255f94a4643770bb498e875d4016c0781 authored over 14 years ago
Tweak some more jQuery set results in the manipulation tests. Also fixed the order of the expected test results.
c5382ad7c118ca54dde630b6c7146f1c3b6afb80 authored over 14 years ago
c5382ad7c118ca54dde630b6c7146f1c3b6afb80 authored over 14 years ago
Tweak more element orders in the manipulation tests. Also differentiate between iframe test failing and the inability to access iframe internals (as in the case of Blackberry).
c0fe98f0281ea818ddf6a458d98b5aa3e2060701 authored over 14 years ago
c0fe98f0281ea818ddf6a458d98b5aa3e2060701 authored over 14 years ago
Tweaked manipulation test to ignore order of elements from selector (not important to the test).
3b76b588153e93c57679fd7ca287eb863994dd59 authored over 14 years ago
3b76b588153e93c57679fd7ca287eb863994dd59 authored over 14 years ago
Only attempt to use the IE technique for setting opacity if the filter property exists (otherwise fallback to the standards-compatible technique).
5673e4bc3aa5991dfa51de5cb6d7027f2545ad03 authored over 14 years ago
5673e4bc3aa5991dfa51de5cb6d7027f2545ad03 authored over 14 years ago
Tweaked anchor test to work better on Blackberry 4.7.
dc060f08cd898a12e16b817f46bb49861fbfed36 authored over 14 years ago
dc060f08cd898a12e16b817f46bb49861fbfed36 authored over 14 years ago
Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.toString.call). Fixes #3330.
94f35d05199ec1634d9c8c60d10f298f260056bd authored over 14 years ago
94f35d05199ec1634d9c8c60d10f298f260056bd authored over 14 years ago
Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. Fixes #6930.
18dad474891b94c2f51083cb9df8860a84d630b0 authored over 14 years ago
18dad474891b94c2f51083cb9df8860a84d630b0 authored over 14 years ago
Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #6938.
cb40495b21bcb7802f3ab6ae0f837f2bf5b385ed authored over 14 years ago
cb40495b21bcb7802f3ab6ae0f837f2bf5b385ed authored over 14 years ago
Simplifying some of the .val() test code.
1bdcffba8ed6777ffc451523a34ade142715fd94 authored over 14 years ago
1bdcffba8ed6777ffc451523a34ade142715fd94 authored over 14 years ago
.val() on empty options returns the text value rather than the value in Blackberry 4.7. Fixes #6932.
392174431af1c9abc94ab6bd1c14f9f8f92a2a7d authored over 14 years ago
392174431af1c9abc94ab6bd1c14f9f8f92a2a7d authored over 14 years ago
Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixes #6930, #6931.
396dd2127330a7ed742d1e9092af54b668c46e85 authored over 14 years ago
396dd2127330a7ed742d1e9092af54b668c46e85 authored over 14 years ago
Replace usage of the removed global reset() method with QUnit.reset().
6f031c10157a2ca2265e0dbf684ef527d79afb56 authored over 14 years ago
6f031c10157a2ca2265e0dbf684ef527d79afb56 authored over 14 years ago
Make sure that .data() events don't bubble, per the discussion in 2e10af143b7eafb7142524f6534a62aee1910bd1. Fixes #6832.
c4b4df469161ed3c3d372ebed342261efd413ac1 authored over 14 years ago
c4b4df469161ed3c3d372ebed342261efd413ac1 authored over 14 years ago
Moving jQuery-core specific resets from QUnit to core.
646fbea561ce5319d888780c20f0c0f03b8daad3 authored over 14 years ago
646fbea561ce5319d888780c20f0c0f03b8daad3 authored over 14 years ago
Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a01f3c78f8. Goes towards fixing #6808.
2084e01780b57e5becbb00817b883175ef67b0b5 authored over 14 years ago
2084e01780b57e5becbb00817b883175ef67b0b5 authored over 14 years ago
Ticket 6808. Updated per code review comments by jeresig
266facc08a2e1c8cb5a7a60de304da47657f2227 authored over 14 years ago
266facc08a2e1c8cb5a7a60de304da47657f2227 authored over 14 years ago
Ticket #6808. Changes data() so on plain objects, it uses a function to contain the cache ID to avoid it being JSON serialized.
9faab0b74fd316c2161612236d9ea8a01f3c78f8 authored over 14 years ago
9faab0b74fd316c2161612236d9ea8a01f3c78f8 authored over 14 years ago
Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean'
6803bf1fe5ec47cc273917f427b7ca9a888137b3 authored over 14 years ago
6803bf1fe5ec47cc273917f427b7ca9a888137b3 authored over 14 years ago
Whitespace (spaces to tabs)
bb0f1a97fb7a011c6afa5ceba7f332b7559c4757 authored over 14 years ago
bb0f1a97fb7a011c6afa5ceba7f332b7559c4757 authored over 14 years ago
Simplified getting the commit date using git log --pretty. Fixed missing date in ant build.
4ec1b743a81256ae15907e46260cfc8edc6f06b8 authored over 14 years ago
4ec1b743a81256ae15907e46260cfc8edc6f06b8 authored over 14 years ago
Fixed ant build to be more consistent with Makefile. Now has all same targets (see README.md) and
* generates an identical jquery.js to that of make
* generates a min file
* runs jslint.
* cl...