Highlight increases usability by highlighting elements as you interact with the page. Its primary use is for forms, but it can also be used for tables, lists, or any element you specify. It can also be used to toggle elements on and off, for example, table rows. Examples uses:
Code exampleBecause of the defaults, basic usage can be as simple as: $('form').highlight(); The method signature for Highlight is: $(selector).highlight(parentSelector, highlightClass, startEvent, endEvent); DemoView the Highlight demo which has examples for forms, tables, and lists. Download
|
|