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
*