Community Member Profile
- Profile: /members/6014-Jorik.htm
- URL: http://jorik.fbosman.nl
- Comments: 5
- Points: 49
Recent Blog Comments By Jorik
-
The Beauty Of The jQuery Each() Method
Posted on May 14, 2010 at 5:18 AM
@Ben Nadel, Thanks a lot for your help, The script you posted worked like a charm.. just what I needed! Thanks again!... read more »
-
The Beauty Of The jQuery Each() Method
Posted on May 12, 2010 at 11:11 AM
The set up: < form > < div id="groepA" > < a class="expandA" > Groep A < /a > < input field > < input field > < input field > < input field > < /div > etc.. for 'groepB' ,... read more »
-
The Beauty Of The jQuery Each() Method
Posted on May 12, 2010 at 10:52 AM
I suppose the second piece of script I just posted is looping through every input element in '#groepA', but it is just not doing the right thing. The second script just checks if a input element has been changed, if yes, check the value, if it is empty, remove class, otherwise, add class.read more »
-
The Beauty Of The jQuery Each() Method
Posted on May 12, 2010 at 10:40 AM
Oh and by the way.. the following didn't work either.. $("#groepA :input").each( function() { $(this).change( function() { if ( $(this).val() != '' ) {$("#expandA").addClass("succes"); } else { $("#expandA").removeClass("succes"); } }); });... read more »
-
The Beauty Of The jQuery Each() Method
Posted on May 12, 2010 at 10:36 AM
Hi I have a question.. I'm working with the following set up: <form> <div> <input> <input> <input> <input> ... </div> <div> <input> <input>
read more »



