mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add customSelect
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// Type definitions for jquery.customSelect.js 0.5.1
|
||||
// Project: http://adam.co/lab/jquery/customselect//
|
||||
// Definitions by: adamcoulombe <https://github.com/adamcoulombe>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface JQueryCustomSelectOption {
|
||||
customClass?: string;
|
||||
mapClass?: boolean;
|
||||
mapStyle?: boolean;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
customSelect(val:JQueryCustomSelectOption): JQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user