This commit is contained in:
Peter Gill
2014-03-03 10:32:22 -03:30
parent 0854df3b0f
commit 550943276c
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,4 @@
/// <reference path="../jquery/jquery.d.ts"/>
/// <reference path="jquery.placeholder.d.ts"/>
$('input').placeholder();
+13
View File
@@ -0,0 +1,13 @@
// Type definitions for jquery.placeholder.js 2.0.7
// Project: https://github.com/mathiasbynens/jquery-placeholder
// Definitions by: Peter Gill <https://github.com/majorsilence>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {
placeholder();
}