I am using the JQuery Validation plug in to validate my form. How can i do this with that?
On Jul 13, 1:34 pm, 刘永杰 <liuyongjie...@gmail.com> wrote: > is it difficult?$("#State").val() > > 2009/7/13 mnaveed <mnaveed...@gmail.com> > > > > > Hi, > > I have a select box with and onchange event to get the data from > > serever, > > > <SELECT name="States" id="State" onchange="getData(this.value)" > > > > Now i want to validate that if no value is selected from the above > > list, then it should not send the ajax request. How can i apply the > > Jquery validation plugin here? > > > Thanks.