[jQuery] Selector that works in Firefox but not IE and Opera
Hi everyone.
I'm using the round plugin, latest jQuery recommended version and this
piece of code to get things done. It works fine in Firefox, but fails
in IE and Opera. I used this:
$(document).ready(
function() {
$("div.round-container").corner("round 15px");
}
);
Opera console tells me "Statement on line 8: Type mismatch (usually a
non-object value used where an object is required)"
Failure in IE is, well, no surprise, but when Opera also fails, that's
a different story.
I can't see what's wrong in my code. I can't understand why it works
on Firefox but not on the others. Need help.
This is the page that gets me in trouble.
http://www.anince.es/modules/news/
Thanks in advance.