[jQuery] Validate Form - how to do NotEqualTo

2009-12-18 Thread jc_2009
I'm using Jörn Zaefferer's Jquery Form Validation which is great. However, I needed one extra method/function. I have some fields which initially have values (e.g. see below) input type=text name=First Name id=First Name value=Enter Name Here * / So for the validation if the Input First Name's

[jQuery] Find and replace character inside div

2009-04-11 Thread jc_2009
Hi, How to do a find and replace with Jquery. For example... Current: div id=fruitsApple;Banana;Orange;Peach/div I want it to look like this: div id=fruitsApplebr /Bananabr /Orangebr /Peach/div I found and tried this code but it only does the first one. I don't know how to loop it. var f =