Boris Yankov
dd35f69637
Big replacement: bool with boolean
2013-08-07 16:59:39 +03:00
seikichi
d335c0339b
Fix the argument type of JQuery.html
2013-08-03 23:53:48 +09:00
James Fisher
86e45eece5
jQuery (inner|outer)(Width|Height) are setters as well as getters
...
This undocumented behavior is described in an open issue:
https://github.com/jquery/api.jquery.com/issues/98
2013-07-17 23:18:08 +01:00
Diullei Gomes
106cf5e16f
bug fix - #742 JQueryAjaxSettings does not allow contentType set to false
2013-07-12 00:29:42 -03:00
Andrew Gaspar
f00c0421cf
Added typings for when that afford promise type objects being passed in and mixes of different types.
2013-07-07 18:35:12 -07:00
Andrew Gaspar
e1cfc4aa71
Made $.when work with mixed type values without specifiying <any>
2013-07-07 18:05:42 -07:00
Andrew Gaspar
7e7fca5c55
Added generic typing to jQuery.when
2013-07-06 21:31:02 -07:00
Andrew Gaspar
284f4a629a
Minor fixes for issue #726
2013-07-05 01:06:47 -07:00
Andrew Gaspar
85eabfe63b
Added typings to jQuery promises and deferreds.
2013-07-03 01:36:17 -07:00
Derek Cicerone
cb2af0bfae
Replace bool with boolean (for TypeScript 0.9.0+)
2013-06-29 17:29:14 -04:00
Diullei Gomes
d3ed16fbab
#670 jquery.d.ts a parameter needs to be optional on JQueryPromise.then
2013-06-21 15:03:23 -03:00
Diullei Gomes
718e500bef
Merge pull request #622 from nwolverson/jquery-generic-statics
...
Initial generic types for jquery statics
2013-06-19 10:59:13 -07:00
Nicholas Wolverson
82ea2c0070
Initial generic types for jquery statics
2013-06-19 12:28:31 +01:00
Nicholas Wolverson
c0d7f57c8c
Add promise to JQueryDeferred
...
Add promise method returning JQueryPromise from JQueryDeferred:
http://api.jquery.com/deferred.promise/
2013-06-19 11:16:47 +01:00
Boris Yankov
dda169b930
Improve jQuery definitions, make compatible with TS 0.9
2013-06-19 04:55:52 +03:00
basarat
de9c457a11
Update jquery.d.ts
...
parseJSON should return any. If it returns Object the properties cannot be accessed without typecasting.
2013-05-16 11:56:04 +07:00
Kelly Summerlin
0c7a21c753
jQuery.Event() is newable
...
- I made jQuery.Event() new-able and call-able.
2013-05-02 21:00:45 -04:00
hrj
690897ce5a
Declare JQuery.html(JQuery)
2013-04-16 15:01:37 +05:30
Diullei Gomes
b8f2a0df2c
resolved conflicts to pullrequest #387
2013-03-31 12:13:16 -03:00
Diullei Gomes
b6e21d422e
jquery: parseHTML(...) added. #421
2013-03-26 10:18:02 -03:00
Diullei Gomes
8737e06d9e
changed: jquery isPropogationStopped() to isPropagationStopped() #418
2013-03-26 08:50:47 -03:00
qcz
6351df3010
jQuery: JQuery string indexer return type fix
2013-03-23 15:34:08 +01:00
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