diff options
Diffstat (limited to 'ui/effect-highlight.js')
-rw-r--r-- | ui/effect-highlight.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/effect-highlight.js b/ui/effect-highlight.js index d6b30b1d4..e3ad3cbc4 100644 --- a/ui/effect-highlight.js +++ b/ui/effect-highlight.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/highlight-effect/ */ + +//>>label: Highlight Effect +//>>group: Effects +//>>description: Highlights the background of an element in a defined color for a custom duration. +//>>docs: http://api.jqueryui.com/highlight-effect/ +//>>demos: http://jqueryui.com/effect/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |