Andy Hanson
|
b2be83938c
|
Fix failing test
|
2016-08-01 13:06:54 -07:00 |
|
Andy Hanson
|
faba787672
|
Merge branch 'jquery-ts2-this' of https://github.com/use-strict/DefinitelyTyped into use-strict-jquery-ts2-this
|
2016-08-01 11:43:25 -07:00 |
|
Ryan Cavanaugh
|
b488f3cb5f
|
Merge remote-tracking branch 'upstream/master' into merge_7_25
|
2016-07-27 10:57:46 -07:00 |
|
Ryan Cavanaugh
|
c33a46c3d5
|
Merge commit 'upstream/master~200' into merge_7_25
|
2016-07-26 18:25:24 -07:00 |
|
Ryan Cavanaugh
|
a4f5ae3098
|
Merge commit 'upstream/master~250' into merge_7_25
|
2016-07-26 18:03:56 -07:00 |
|
Ryan Cavanaugh
|
c73630c9a3
|
Merge commit 'upstream/master~400' into merge_7_25
# Conflicts:
# angular-translate/angular-translate.d.ts
# knex/knex.d.ts
# redux-logger/index.d.ts
# simplestorage.js/index.d.ts
# underscore/underscore.d.ts
# yargs/yargs.d.ts
|
2016-07-26 13:53:00 -07:00 |
|
Ciuca, Alexandru
|
c2c5b34018
|
Mouse event listeners
|
2016-07-19 17:20:59 +03:00 |
|
Ciuca, Alexandru
|
ec64924480
|
Updated jQuery
Add 'this' types in method callbacks
|
2016-07-13 15:47:17 +03:00 |
|
Ryan Cavanaugh
|
a5f4d50ccc
|
Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
|
2016-07-12 13:54:56 -07:00 |
|
jodi Warren
|
a1bc94c257
|
add test
|
2016-07-04 17:42:40 +01:00 |
|
JodiWarren
|
6e54cb6275
|
Add missing currentTarget event property
Closes #9899
|
2016-07-04 17:20:08 +01:00 |
|
Nicolas Penin
|
57ea2cfab1
|
Update jquery.d.ts
optional the parameters for map and grep for jQuery
Reapplied PR #5158
|
2016-07-01 14:47:51 +02:00 |
|
Raghav Katyal
|
395c4e1639
|
Turning on consistent casing flag and fixing failures
|
2016-06-30 15:14:49 -07:00 |
|
Mohamed Hegazy
|
a803e1b681
|
Merge pull request #6061 from kimamula/jquery-append
Update jQuery.append, prepend, before and after
|
2016-06-28 00:44:23 -07:00 |
|
Kenji-Imamura
|
c62f86d1c0
|
Merge branch 'master' into jquery-append
|
2016-06-28 13:14:58 +09:00 |
|
dencap
|
adc859915a
|
Added mouse event contextmenu
|
2016-06-20 11:44:58 +02:00 |
|
Ryan Cavanaugh
|
bfd400a8f8
|
Add noEmit to all config files
|
2016-05-10 12:24:49 -07:00 |
|
Ryan Cavanaugh
|
e808e8e062
|
Remove unneeded references
|
2016-05-10 12:22:25 -07:00 |
|
Ryan Cavanaugh
|
50387d4046
|
Change relative reference paths to types references. Errors incoming...
|
2016-05-09 18:06:27 -07:00 |
|
Ryan Cavanaugh
|
49b1ac6a38
|
Rename all entry points to index.d.ts and explicitify all file lists
|
2016-05-09 17:29:10 -07:00 |
|
Ryan Cavanaugh
|
ab2b4191c5
|
Add typesRoot to all config files
|
2016-05-09 13:52:25 -07:00 |
|
Ryan Cavanaugh
|
81862d240d
|
More fixes
|
2016-05-04 22:50:05 -07:00 |
|
Ryan Cavanaugh
|
ded70421be
|
Turn off strict null checks
|
2016-05-04 15:08:38 -07:00 |
|
Ryan Cavanaugh
|
69d1929d8a
|
Add tsconfig.json files
|
2016-05-04 14:14:39 -07:00 |
|
Ryan Cavanaugh
|
dc851736af
|
Delete unused tscparams
|
2016-04-27 20:42:33 -07:00 |
|
Ryan Cavanaugh
|
e7c111c4b7
|
Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
|
2016-04-27 20:40:21 -07:00 |
|
Jason Gallavin
|
4cdfbe96b6
|
add post and get overloads for JQueryAjaxSettings. add tests for each of the items
|
2016-04-17 17:32:36 -04:00 |
|
vvakame
|
56295f5058
|
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
|
2016-03-17 00:55:26 +09:00 |
|
Alexey Vagarenko
|
661fc86966
|
JQuery: make JQueryXHR.then method generic.
|
2016-03-04 03:36:36 +05:00 |
|
John Reilly
|
470954c4f4
|
Merge pull request #6810 from mmiszy/master
jquery: Fix noConflict return type. Fix #5840
|
2016-02-18 05:39:43 +00:00 |
|
vvakame
|
4de74cb527
|
normalize line ending (CRLF -> LF)
|
2016-02-16 01:20:30 +09:00 |
|
mykohsu
|
fab0b336b0
|
Add additional off method that can accept a handler with extra arguments
While this is not part of jQuery API for off() it is possible to attach such a handler using on(). See http://api.jquery.com/on/ and http://api.jquery.com/off/.
|
2016-01-14 15:30:05 -08:00 |
|
error
|
c44772fa6a
|
update easing tests for jQuery and jQueryUI
|
2016-01-08 14:36:01 -06:00 |
|
error
|
e0078362c7
|
add easing tests for jQuery and jQueryUI
|
2016-01-08 11:18:33 -06:00 |
|
error
|
ca6fb1fb78
|
Revert "add easing tests"
This reverts commit ee54597e99.
|
2016-01-08 11:15:12 -06:00 |
|
error
|
ee54597e99
|
add easing tests
|
2016-01-08 11:02:19 -06:00 |
|
error
|
cf2a968f0e
|
add easing functions to jquery and jqueryui
|
2015-12-22 10:26:33 -06:00 |
|
Michal Miszczyszyn
|
4f3550010a
|
jquery: Fix noConflict return type. Fix #5840
|
2015-11-17 20:06:22 +01:00 |
|
Michal Baše
|
b13a8c64ff
|
JQuery - removed number[] from .val()
|
2015-11-11 12:54:47 +01:00 |
|
Michal Baše
|
7d29bad1f3
|
Added possibility to add number or number[] to .val()
|
2015-11-06 09:03:08 +01:00 |
|
Jan Bevers
|
a5e51041af
|
jQuery : updated "not" elements param to be an element or array of element
|
2015-10-12 15:07:14 +02:00 |
|
Jan Bevers
|
05b17e447e
|
jQuery : updated "not" elements param to be an array (was incorrectly using a spread operator)
|
2015-10-12 13:58:51 +02:00 |
|
Jan Bevers
|
40d7a3e0b4
|
Update jquery.d.ts: added .removeData()
|
2015-10-07 14:10:22 +02:00 |
|
kimamula
|
83993bac95
|
update jQuery.append, prepend, before and after
|
2015-09-30 00:26:52 +09:00 |
|
Tyler Brinkley
|
056a2c38f5
|
Add JQuery focusin and focusout overload typings
See http://api.jquery.com/focusin/ and http://api.jquery.com/focusout/
|
2015-09-21 09:46:07 -05:00 |
|
Markus Jarderot
|
c98e750e97
|
Changed test
|
2015-09-17 23:50:21 +02:00 |
|
Markus Jarderot
|
3b4b3c28b0
|
Typo
|
2015-09-17 23:50:03 +02:00 |
|
MizardX
|
164fe71822
|
Fix jQuery Deferred and Callback *With-method signatures.
The Callback.fireWith, Deferred.notifyWith, Deferred.rejectWith, and
Deferred.resolveWith methods require you to pass the arguments as an
array.
|
2015-09-17 20:44:23 +02:00 |
|
Daniel Rosenwasser
|
1d6c126e8e
|
Removed inappropriate overloads in 'jquery.gridster' and 'royalslider', fixed JQuery overload for 'data' in 'jquery'.
|
2015-08-24 18:06:19 -07:00 |
|
Daniel Rosenwasser
|
b51f8765a3
|
Made tests pass for 'jqueryui'.
|
2015-08-17 15:04:54 -07:00 |
|