> addClass(json.class) addClass and jquery die with no visible error in firebug
I've found proper exception handling can help track down "no visible
error" type bugs:
try {
// code here
} catch(e) {
alert("There was a problem with that code: " + e);
}
But like Karl said, using "class" is probably the problem. Good luck with it.
--Erik
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
