diff --git a/jquery.sortElements/jquery.sortElement.d.ts b/jquery.sortElements/jquery.sortElement.d.ts
new file mode 100644
index 0000000000..d558e023af
--- /dev/null
+++ b/jquery.sortElements/jquery.sortElement.d.ts
@@ -0,0 +1,10 @@
+// Typescript type definitions for jQuery.sortElements by James Padolsey
+// Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/
+// Definitions by: Tim Bureck
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
+
+///
+
+interface JQuery {
+ sortElements(comparator:Function, getSortable?:Function):JQuery;
+}
\ No newline at end of file