Joshua Strobl
c5d912aca6
Fixed indentation in jquery.d.ts
2014-04-07 18:48:02 +03:00
Joshua Strobl
f578b03fcf
Added declaration that allows data to be based for on() without needing the optional selector.
2014-04-07 01:46:34 +03:00
John Reilly
1f368c4187
Merge pull request #1916 from DavidRogers/master
...
JQuery: Add support for optional event data.
2014-04-03 20:53:22 +02:00
John Reilly
a4de992641
Merge pull request #1922 from MaceWindu/master
...
Deferred callback parameters fix
2014-04-03 06:25:39 +01:00
Christiaan Rakowski
d89a73caaf
misplace quote
2014-03-31 15:35:47 +02:00
MaceWindu
3f1c041150
Fix typo
2014-03-28 17:32:16 +01:00
MaceWindu
d92f1822bd
fix tests, add additional overrides to deferred methods
2014-03-26 21:03:19 +01:00
MaceWindu
9f9d58db21
Fix callback parameters type for $.Deffered methods
2014-03-26 17:20:55 +01:00
David Rogers
2e2fdad634
Add support for optional event data.
2014-03-25 11:41:14 -07:00
John Reilly
a8890740fc
jQuery: remove unused resolve
2014-03-24 12:59:48 +00:00
Brian Zengel
622cb22a69
First arg of resolve method should be optional.
...
This is because you may want to resolve a deferred without passing anything.
2014-03-21 13:57:19 -04:00
John Reilly
99fa7392f3
jQuery: Promises - made first arg optional
2014-03-19 09:55:21 +00:00
John Reilly
ee580ff303
jQuery: As promised
2014-03-17 15:26:53 +00:00
John Reilly
23c057e243
jQuery: Promises promises
2014-03-17 15:00:39 +00:00
John Reilly
b18a971c9a
jQuery: are we there yet?
2014-03-17 14:39:08 +00:00
John Reilly
f48f188c6c
jQuery: coming on
2014-03-17 14:25:38 +00:00
John Reilly
09e0ce15f4
jQuery: JSDoc get's closer
2014-03-17 14:16:29 +00:00
John Reilly
c5865f9043
jQuery:Lets see if we can be JSDoc complete by v1
2014-03-17 14:08:37 +00:00
John Reilly
3fd61644e2
jQuery: added overload
2014-03-14 17:26:43 +00:00
John Reilly
436d236995
jQuery: closest
2014-03-14 17:20:17 +00:00
John Reilly
002e1bf169
jQuery: Put back in what I accidentally removed
2014-03-14 11:02:11 +00:00
John Reilly
246e0785b8
jQuery: JSDoc completeness within reach
...
well nearly
2014-03-14 10:16:19 +00:00
John Reilly
7a0963cf69
Merge pull request #1835 from johnnyreilly/master
...
jQuery: continuing JSDoc
2014-03-13 15:18:21 +00:00
John Reilly
64f7f2b630
jQuery: expanded text to cover number and boolean
...
following input from @dmethvin
2014-03-13 14:02:36 +00:00
John Reilly
f1cd2ccc32
jQuery: continuing JSDoc
...
Introducing missing test suites / tightening up typings along the way
2014-03-13 10:37:17 +00:00
John Reilly
bd25f3061d
Merge pull request #1830 from johnnyreilly/master
...
jQuery: 1 more step along the world
2014-03-12 13:23:18 +00:00
John Reilly
08fcf45312
jQuery: 1 more step along the world
...
to JSDoc completeness I go...
2014-03-12 13:15:28 +00:00
malaporte
b9873f2071
Added string overloads as well as support for innerWidth and innerHeight.
2014-02-25 17:23:07 +01:00
malaporte
e1b395a7c5
JQuery: Add support for outerWidth and outerHeight used as setters
...
As described in the following blog post, outerWidth and outerHeight can
now be used to set the size of elements.
http://blog.jquery.com/2012/08/16/jquery-1-8-box-sizing-width-csswidth-and-outerwidth/
2014-02-25 16:12:08 +01:00
John Reilly
52275912b5
jQuery: JSDoc for unload, append, after, appendTo
...
Have improved typings where possible (less ...any[])
2014-02-25 09:53:36 +00:00
John Reilly
69f36f7e0b
jQuery: JSDoc'd undelegate
...
added delegate / undelegate test suites
2014-02-24 14:57:10 +00:00
John Reilly
50bc863d8c
jQuery: JSDoc'd unbind
...
and added test suite
2014-02-24 14:49:28 +00:00
John Reilly
b4ce3c8e6e
jQuery: JSDoc'd blur
2014-02-18 16:56:14 +00:00
John Reilly
586de634a8
jQuery: JSDoc'd bind
2014-02-18 16:52:02 +00:00
John Reilly
4c2d50af48
jQuery: uncommented tests
...
realised they could be used as long as param1 and param2 made optional
2014-02-14 16:48:11 +00:00
John Reilly
122ff1fb4c
jQuery: trigger now JSDoc'd and typings
...
brought in line with documentation. Also added test suite.
2014-02-14 16:36:27 +00:00
John Reilly
2bd68070e9
jQuery: added cr to retrigger CI build
2014-02-13 09:14:40 +00:00
John Reilly
5a9a727fa1
jQuery: removed redundant interface
2014-02-12 16:04:30 +00:00
John Reilly
e65a30bcc8
jQuery: removed undocumented properties
2014-01-28 13:57:58 +00:00
John Reilly
72f432b112
jQuery: JSDoc continues
2014-01-28 13:19:30 +00:00
John Reilly
8c23d04a5b
jQuery: JSDoc continues
...
removed unused merge overload / changed parseJSON return type to Object
2014-01-28 13:05:54 +00:00
Anand Prakash
663624b659
Changed JQueryAjaxSettings.jsonp to any
...
We can not only pass a string in jsonp to be used as callback function query parameter name but also false to skip including the callback parameter at all. http://api.jquery.com/jQuery.ajax/
2014-01-27 16:32:12 -08:00
John Reilly
bbbca02b99
Merge pull request #1615 from johnnyreilly/master
...
jQuery: JSDoc'd extend/globalEval/grep/inArray and is too
2014-01-26 08:56:41 -08:00
johnnyreilly
bf7966cf68
jQuery: all the is's
2014-01-26 15:55:14 +00:00
johnnyreilly
2f9a243b11
jQuery: JSDoc'd extend/globalEval/grep/inArray
2014-01-26 15:32:33 +00:00
Bartvds
e45363e3d2
added/fixed few headers
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 20:23:13 +01:00
Bartvds
333b89f8d3
added/fixed headers j
...
https://github.com/borisyankov/DefinitelyTyped/issues/1570
jsfl: fixed odd encoding in comments
2014-01-24 00:55:00 +01:00
John Reilly
f1503e8c69
jQuery: JSDoc each and contains
2014-01-22 13:31:35 +00:00
John Reilly
ec3e680da4
jQuery: JSDoc each
...
Removed undocumented overload
2014-01-22 13:29:38 +00:00
John Reilly
f7819b3f77
jQuery: cater for jQuery.clientSideLogging
...
I haven't looked in detail at this but it looks that
jQuery.clientSideLogging is ill-advisedly clobbering ```$.error```.
This should probable be addressed at some point.
2014-01-21 14:36:28 +00:00