Very early days playing Javascript, Jquery and Validate. I am using the Submit Button onClick method for form submission.
Form has several sliders along with other inputs. All other inputs validates find, but having problem validating jquery slider
I am using jQuery Validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ )
I am validating a form with the jQuery validation plugin (using the plugin is required, as I have other functionality that needs the plugin).It has the following fields:
In my form i have two text boxes txtName & txtAge . I use jquery.validate.jsto make it as required field validator and it is working fine. Now my requirement is sometimes based on some business lo
I have following code <html> <head> <title>Untitled Document</title> <script type=\"text/javascript\" src=\"js/jquery-1-4-2.js\"></script>
I\'ll just start with the example of my problem: <form> <input name=\"course[0][name]\" /> <input name=\"course[0][type]\" />
I\'m trying (without success) to use the Remote validator on a DropDownList: // Person.cs public int PersonID { get; set; }
<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />
I have a problem trying to validate a user value using the jQuery Validation plugin. The validation seems to fire correctly and call the web service function exactly as I want but, even if the serve