Community Member Profile
- Profile: /members/6065-Marco.htm
- URL: http://www.marksoftsolutions.com
- Comments: 2
- Points: 22
Recent Blog Comments By Marco
-
The Beauty Of The jQuery Each() Method
Posted on May 21, 2010 at 11:22 AM
Hello Ben, Actually, that fixed the problem, it now works on IE. I haven't noticed I did a mistake whileusing: $(this+":input:checkbox") Now it seems to be weird that it even worked! Any way, using your suggestion: $(":checkbox", this) Did the trick!, than... read more »
-
The Beauty Of The jQuery Each() Method
Posted on May 19, 2010 at 5:55 PM
Hello, I have some code using jQuery which works really well in Firefox and Chrome, but IE does not, it does not even access to the second each... here is the code: $(".additive").each(function(){ alert('found an additive question'); var atLeastOne = false; var scoreTotal... read more »



