I’d like to create the highlight/fade effect as demonstrated at:
http://docs.jquery.com/UI/Effects/Highlight
However, I’m trying to perform the highlight on a text box (in IE) rather than a div, as follows:
$("#myInput").effect("highlight", {}, 1500);
I have the required effects.core.js and effects.highlight.js files included.
Is this scenario supported? If not, is there an alternative plugin that accomplishes what I’m trying to do?
Thanks!
Damien-at-SF was correct. It eventually worked for me too. I’m thinking IE went off in the weeds and then worked after I restarted it.