[jQuery] ie bug ?????
[jQuery] ie bug ?????
Hi Everyone,
could anyone explain why this gives me an error on ie6.
I have the function below in my hilight plugin
$.fn.hilight.format = {
default: function(txt){
return '<strong>'+txt+'</strong>';
}
};
ie6 gives me "Expected identifier,string or number" statement as the error
message.
Also it seems to be pointing to the return statement.
Thank you
--
View this message in context: http://www.nabble.com/ie-bug-------tp18139144s27240p18139144.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.