Guus Goossens
62bc3e0772
Add JQueryPopStateEventObject for popstate events.
...
I think this is the right way to do this. Let me know if not!
2013-02-25 16:36:04 +01:00
Diullei Gomes
c4f8c5c60d
updated jquery-tests.d.ts to fix test
2013-02-24 02:51:37 -03:00
Diullei Gomes
9e7a34c3c3
updated jquery.d.ts to fix jquery.bbq test
2013-02-24 02:41:12 -03:00
Diullei Gomes
edb4df1e4f
jquery addBack() method added #316
2013-02-22 12:43:53 -03:00
Guus Goossens
e536754376
jqXhr.abort() has an optional parameter.
2013-02-21 15:49:15 +01:00
Sean Hill
987e000332
Add definition for selector property.
2013-02-15 13:09:07 -06:00
Jason Swearingen
8774102c60
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
jquery/jquery.d.ts
2013-02-15 09:21:12 +07:00
Diullei Gomes
fcdcfa03fb
Merge pull request #280 from Diullei/master
...
Updated jquery.bbq definitions
2013-02-14 16:45:43 -08:00
Diullei Gomes
122329419b
updated jquery definition
2013-02-14 22:36:00 -02:00
Jason Swearingen
a46ab6bb93
minor fixes+typings, mostly adding documentation
...
angularjs: docs around first page tutorials
jquery: fix for known lib.d.ts big
knockback: add typing for observable based on tutorial, add docs around
observable.
2013-02-14 18:34:00 +07:00
Tass Iliopoulos
39dce4b277
Added specific returns to .css
2013-02-13 14:56:58 +11:00
Tass Iliopoulos
d2a6fbd6a1
.prop(propertyName) returns a string
2013-02-13 14:55:45 +11:00
Tass Iliopoulos
3d17d566c1
Added some specific return types to .each
2013-02-13 14:54:03 +11:00
Diullei Gomes
49a55271f5
fix #261 adjusted jquery event interfaces
2013-02-08 12:45:40 -02:00
Diullei Gomes
42637895f4
fix #241
2013-02-01 19:52:21 -02:00
Boris Yankov
f0ebef1bab
Fix for Jquery each method definition
2013-01-30 08:45:17 +02:00
choffmeister
55133f6297
fixed systematic typo in interface names. fixes #208
2013-01-23 17:26:29 +01:00
choffmeister
0e32032ca4
added specific event interfaces for key and mouse events. fixes #208
2013-01-23 17:10:30 +01:00
Steve Fenton
1942781757
Update jquery/jquery.d.ts
...
In jQuery's then call, the failure callback is optional. Only the success callback is mandatory.
2013-01-22 21:38:35 +00:00
Christian Hoffmeister
923ddbb2b9
properly returing JQueryPromise instead of JQueryDeferred
2013-01-21 17:16:45 +01:00
Boris Yankov
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Natan Vivo
5313afd76b
Improxy $.proxy signatures, added overload $.proxy(fn, context).
...
http://api.jquery.com/jQuery.proxy/
2013-01-17 11:58:09 -02:00
Boris Yankov
e45cc5aec1
Add jQuery.finish method
2013-01-17 03:05:23 +02:00
Boris Yankov
051bd2d6b2
Remove jQuery.die and jQuery.live tests
2013-01-17 02:58:15 +02:00
Boris Yankov
efaea9ec85
Remove deprecated jQuery.andSelf()
2013-01-17 02:52:42 +02:00
Boris Yankov
7c0d0de1c9
Remove deprecated jQuery browser()
2013-01-17 02:51:33 +02:00
Boris Yankov
79eccdc952
update jQuery 1.9 css method
2013-01-17 02:46:44 +02:00
Anwar Javed
deb5fa9ecf
jQuery Ajax abort
2013-01-16 08:54:44 +05:30
Natan Vivo
4ac3663449
Proxy should accept additional arguments.
...
http://api.jquery.com/jQuery.proxy/
2013-01-14 14:57:43 -02:00
Konrad Abicht
13873a2e4a
Add Event method to jQueryStatic
2013-01-04 22:46:09 +01:00
Albert Weinert
2df22652c9
added a missing description for on()
2013-01-02 23:20:47 +01:00
Boris Yankov
f932ab486d
Update jQuery.ajaxSetup() definition
2012-12-31 04:31:49 +02:00
Konrad Abicht
1d54aaefe3
Update jquery/jquery-1.8.d.ts
2012-12-30 11:16:59 +01:00
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