I have a table row which has class=’highlightedrows’ within my html
I am trying to use
$(".highlightedrows").effect("highlight", {}, 1500);
but this gives me a javascript error ‘Object does not support this property or method’ Code 0 in I.E 6
I am importing effects.core.js and effects.highlight.js, is it because this animate method won’t work on a table row element?
Thanks,
IGNORE i wan’t importing the file correctly… will delete the question
I have just tried it and it works. The only jQuery JavaScript files I have specified are:
My JavaScript is:
Have you specified the files correctly?