Files
DefinitelyTyped/jquery.placeholder/jquery.placeholder.d.ts
T
Neil Culver 767f577db3 Added overload for definition of a custom CSS class
Bumped version number. Added to definitions by. Corrected return type of
JQuery method.
2015-05-26 16:51:50 +01:00

13 lines
448 B
TypeScript

// Type definitions for jquery.placeholder.js 2.1.1
// Project: https://github.com/mathiasbynens/jquery-placeholder
// Definitions by: Peter Gill <https://github.com/majorsilence>, Neil Culver <https://github.com/EnableSoftware>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {
placeholder(options: { customClass: string }) : JQuery
placeholder() : JQuery
}