> 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to