Commit Graph

49 Commits

Author SHA1 Message Date
johnnyreilly
925a1282a8 jQuery: JSDoc'd coordinates and added test suite
Added interface to cover coordinates definition.
2014-01-01 16:05:06 +00:00
johnnyreilly
6baada500f jQuery: JSDoc'd width + added width test suite 2014-01-01 15:48:56 +00:00
johnnyreilly
f6e89c970d jQuery: JSDoc'd innerWidth / innerWidth
removed invalid overloads
2014-01-01 15:39:08 +00:00
johnnyreilly
15e56b924d jQuery: added html JSDoc 2014-01-01 06:45:20 +00:00
johnnyreilly
609712265e jQuery: brought val into line with documentation
Plus added val test suite
2013-12-29 21:42:55 +00:00
johnnyreilly
3b581e0152 jQuery: now with valid ajaxComplete test
Also with corrected jquerymobile attr test
2013-12-26 21:15:05 +00:00
Igor Oleinikov
49ddab3a0b Merge remote-tracking branch 'remotes/upstream/switch-0.9.5' into switch-0.9.5
Conflicts:
	jquery/jquery-tests.ts
	q/Q-tests.ts
	q/Q.d.ts
2013-12-23 15:40:56 +04:00
johnnyreilly
9675d3a1e0 jQuery: Fix test 2013-12-23 10:08:37 +00:00
Igor Oleinikov
85492e5dfa jquery: fix test 2013-12-18 20:55:02 +04:00
Michal Kutil
0d2fb0d17a jQuery: The interface used to specify easing functions add 2013-12-15 23:04:05 +01:00
John Reilly
44eb8f38a3 jQuery: added data JSDoc + a little generic love 2013-12-05 17:08:05 +00:00
John Reilly
dea94f20ec jQuery: Added missing tests 2013-12-02 09:53:43 +00:00
John Reilly
fce6226f37 jQuery: added missing overloads with tests 2013-11-29 11:02:42 +00:00
John Reilly
eed0725e82 jQuery: Added change test 2013-11-29 10:37:50 +00:00
John Reilly
c906bd8ffb Fixed misleading test
It didn't look quite right and when I debugged it in jQuery sure enough
it took 2 parameters rather than 1 (both values passed on)
2013-11-19 14:55:29 +00:00
John Reilly
a9752fc8fd jQuery:Added generic always/done/fail/progress 2013-11-19 11:39:58 +00:00
gstamac
c662aa0fbb jQuery: fixed a failing test 2013-08-23 12:08:00 +02:00
oadam
2faf4ef12c Fixed issue when using $.extend to merge defaultOptions and options 2013-08-21 15:39:22 +02:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03: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
85eabfe63b Added typings to jQuery promises and deferreds. 2013-07-03 01:36:17 -07:00
Nicholas Wolverson
82ea2c0070 Initial generic types for jquery statics 2013-06-19 12:28:31 +01: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
Diullei Gomes
b6e21d422e jquery: parseHTML(...) added. #421 2013-03-26 10:18:02 -03:00
Diullei Gomes
c4f8c5c60d updated jquery-tests.d.ts to fix test 2013-02-24 02:51:37 -03:00
Diullei Gomes
edb4df1e4f jquery addBack() method added #316 2013-02-22 12:43:53 -03:00
Sean Hill
987e000332 Add definition for selector property. 2013-02-15 13:09:07 -06:00
Diullei Gomes
49a55271f5 fix #261 adjusted jquery event interfaces 2013-02-08 12:45:40 -02:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +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
Boris Yankov
48325284b7 Add jQuery mouse events overloads and new tests 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
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