Pages

Saturday, March 15, 2014

Change highlight color with JQuery

jQuery's highlight method will highlight any div with a yellow background.
How do I specify what color to use instead of yellow for highlight?

Answer:


$(this).effect("highlight", {color: 'blue'}, 3000);

No comments:

Post a Comment