[jQuery] Re: [validate] ValidationGroup functionality

2009-02-17 Thread Paresh
}, >   errorPlacement: function(error, element) { >      if (element.attr("name") == "fname" >                  || element.attr("name") == "lname" ) >        error.insertAfter("#lastname"); >      else >        error.insertAfter(elemen

[jQuery] [validate] ValidationGroup functionality

2009-02-17 Thread Paresh
Greetings, is there anyway to have the "validationGroup" kind of functionality that is in the ASP.NET validation? because there are no multiple forms and validation on set of controls required based on the similar grouping? Like a set of controls share a similar group and then on click of a button

[jQuery] DIV position

2009-02-03 Thread Paresh
e (id)); } function hideAllProfile(id) { $(".profilePopup:not(#profile_" + id + ")").hide(); } This works fine for me on IE browsers. However putting my DIV behind the table cell on other browsers. Even setting z-index for the DIV is not working in this case. Please help! Thanks, Paresh

[jQuery] DIV position

2009-02-03 Thread Paresh
not working in this case. Please help! Thanks, Paresh