From 2496728011890f00a33101291f56aac2f538b6ef Mon Sep 17 00:00:00 2001 From: John Reilly Date: Fri, 29 Nov 2013 10:17:15 +0000 Subject: [PATCH] jQuery: Added contributors to header, add change --- jquery/jquery.d.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index 24d56221ae..bfdaa206f3 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -13,7 +13,10 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ -// Typing for the jQuery library, version 2.0.x +// Typing for the jQuery library, version 1.10.x / 2.0.x +// Project: http://jquery.com/ +// Definitions by: Boris Yankov , Christian Hoffmeister , Steve Fenton, Diullei Gomes , Tass Iliopoulos , Jason Swearingen, Sean Hill , Guus Goossens , Kelly Summerlin , Basarat Ali Syed , Nicholas Wolverson , Derek Cicerone , Andrew Gaspar , James Harrison Fisher , Seikichi Kondo , Benjamin Jackman , Poul Sorensen , Josh Strobl , John Reilly +// Definitions: https://github.com/borisyankov/DefinitelyTyped /* Interface for the AJAX setting that will configure the AJAX request @@ -656,6 +659,10 @@ interface JQuery { blur(handler: (eventObject: JQueryEventObject) => any): JQuery; blur(eventData?: any, handler?: (eventObject: JQueryEventObject) => any): JQuery; + /** + * Trigger the "change" event on an element. + */ + change(): JQuery; /** * Bind an event handler to the "change" JavaScript event *