Community Member Profile
- Profile: /members/5511-Eric-Shafer.htm
- URL: http://clickandcreate.us
- Comments: 2
- Points: 21
Recent Blog Comments By Eric Shafer
-
The Beauty Of The jQuery Each() Method
Posted on Feb 23, 2010 at 2:11 PM
@Ben Nadel, Thanks for the quick reply. The jquery version caught my eye and I started looking at other modules I have on this page (I am using the DotNetNuke Content Management System.) I saw a reference to scriptaculous for a photo gallery module. So I moved my code to another page and VIOLA... read more »
-
The Beauty Of The jQuery Each() Method
Posted on Feb 23, 2010 at 1:33 PM
I'm using each to do some validation on a form. My each loop returns the correct info on my test box, but "this" is bound to the entire array on my production box. Here is my code: function validateForm () { var validForm = true; $(".required").each( fun... read more »



