Could you provide a complete example, eg. a testpage? See also http://docs.jquery.com/Discussion#Support_Questions
Jörn On Thu, Dec 18, 2008 at 6:37 PM, SeanthePaddy <cliffords...@gmail.com> wrote: > > hi there, > > i have a quick question about the validation plugin - i have a big > form working perfectly except for a select that will for some reason > not show the error message: > > can anyone spot anything wrong below please : > > > tnx > sean > > > =================== > > <tr> > > <td height="40"> > <label id="countrymsg" for="country"> > Country: > </label> > </td> > <td> > > <select name="country" id="country" onchange="xajax_selectSignupCountry > (document.getElementById('country').value);" style="width: 280px;" > title="asdsasasdsadasadasdassadaasds" class="none {rules: > {required:true}}"><option value="0">Please select country</ > option><option value="1">Afghanistan</option></select> > > <span class="nec">*</span></td> > > </tr> >