Tomas Kirda
1416fa0cb8
Change return type for map.
2012-12-11 17:29:22 -06:00
Stuart Thompson
9409f60b27
Adds unload to the list of function definitions.
...
Previously unload was omitted from the declarations file.
2012-12-09 09:17:40 -08:00
Dan Ludwig
e4bd0e59e0
Overload jQuery val() function to accept argument of type number.
...
Otherwise, it is necessary to call .toString() on the number when passing.
2012-12-06 10:49:28 -05:00
Dan Ludwig
1731696e41
Remove trailing whitespace in jquery/jquery-1.8.d.ts.
2012-12-05 16:35:55 -05:00
Boris Yankov
48325284b7
Add jQuery mouse events overloads and new tests
2012-12-02 21:06:32 +02:00
Boris Yankov
1e2c8209a7
Add jQuery mousedown overload
2012-12-02 21:06:32 +02:00
Boris Yankov
3bf70e9ac2
Add jQuery tests
2012-11-26 05:21:26 +02:00
Boris Yankov
2cf35b71de
Add jQuery index() overloads and tests
2012-11-24 02:43:33 +02:00
Boris Yankov
755a3417bb
Add missing load event to jQuery definitions
2012-11-24 02:35:39 +02:00
Guy Ellis
0e5b0bd307
is() return type changed from JQuery to bool
...
As per StackOverflow discussion http://x.co/tsis this appears to be an
error in the definition for return type for jQuery is().
2012-11-22 00:22:28 -05:00
Boris Yankov
d060b45aad
Add jQuery html() missing overload and tests
2012-11-21 13:57:34 +02:00
Boris Yankov
173c06fdea
Update jQuery grep and fadeToggle methods + tests
2012-11-20 17:10:31 +02:00
Boris Yankov
e9d88af5f0
Add jQuery error() method and tests
2012-11-20 16:07:22 +02:00
Boris Yankov
1f7209edce
Add jQuery mouseenter event and fix text() method
2012-11-20 15:35:26 +02:00
Boris Yankov
a8c6be1705
Fix jQuery prop method declaration
2012-11-19 17:41:04 +02:00
Boris Yankov
7c82efb17a
Update reference paths
2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae
Move definitions and test in separate folders
...
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00