Community Member Profile
Mike
Member since Nov 29, 2009
- Profile: /members/4857-Mike.htm
- Comments: 1
- Points: 9
Recent Blog Comments By Mike
-
The Beauty Of The jQuery Each() Method
Posted on Nov 29, 2009 at 9:06 PM
Hi, quick question: I'm using each() and I'd like to use the index as part of a selector, as in $(".input").each(function (i) { inputVal = $(this).getValue(); if (inputVal==null||inputVal =="") { $(this).addClass('alertInputEmpty'); $('.fieldAlert').get(i).html(... read more »



