[jQuery] validation by ID?

2009-11-24 Thread pcoder
Hi, I have having problem on validating the dynamic form. Can I do the validation by element ID rather than element NAME? Can I generate the validation rules by taking the element ID? I need your help guys. Thanks

[jQuery] Dynamic form validation

2009-11-22 Thread pcoder
Hi All, I tried a lots of way to validate a dynamic form. Validation is always works with the element ID right? Sometimes, it seems like the validation is working with the element NAME. I give you this example. [code=text] head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /