[jQuery] jquery 1.1.3.1 problem with className
getting this error:
Error: b.className has no properties
Source File: http://eddev.llnl.gov/resources/javascripts/jQuery/jquery.pack.js
Line: 11
I know that I'm doing removeClass and addClass like:
$(this).removeClass('RedText');
$("label[@for='title']").addClass('RedText');
this could be related to something else entirely, it's hard to say.
the page i'm working on is only in the middle of development, so it's
hard say.