Files
DefinitelyTyped/types/jquery.growl/jquery.growl-tests.ts

5 lines
223 B
TypeScript

$.growl({ title: "Growl", message: "The kitten is awake!" });
$.growl.error({ message: "The kitten is attacking!" });
$.growl.notice({ message: "The kitten is cute!" });
$.growl.warning({ message: "The kitten is ugly!" });