jquery-validate
Jquery, Validate, Submit Form to PHP (Ajax Problem)
Very early days playing Javascript, Jquery and Validate. I am using the Submit Button onClick method for form submission.[详细]
2023-03-28 13:24 分类:问答jquery validate on slider
Form has several sliders along with other inputs. All other inputs validates find, but having problem validating jquery slider[详细]
2023-03-28 11:54 分类:问答validating only few fields for any specific submit button
I am using jQuery Validation plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-validation/ )[详细]
2023-03-28 03:30 分类:问答jQuery Validate elegant conditional logic
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:[详细]
2023-03-28 02:03 分类:问答jquery Validate - Custom validation at runtime
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[详细]
2023-03-28 00:28 分类:问答Does one validation rule suppress the other validation rule in jquery validation plugin?
I have following code <html> <head> <title>Untitled Document</title> <script type=\"text/javascript\" src=\"js/jquery-1-4-2.js\"></script>[详细]
2023-03-27 21:24 分类:问答Jquery validator vs. bidimensional arrays
I\'ll just start with the example of my problem: <form> <input name=\"course[0][name]\" /> <input name=\"course[0][type]\" />[详细]
2023-03-27 19:19 分类:问答Remote validator with DropDownList in ASP.NET MVC 3
I\'m trying (without success) to use the Remote validator on a DropDownList: // Person.cs public int PersonID { get; set; }[详细]
2023-03-27 18:28 分类:问答asp.net mvc 3 unobtrusive client side validation not working in ie
<link href=\"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />[详细]
2023-03-27 15:15 分类:问答Problem with jQuery validate plugin (remote validation)
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[详细]
2023-03-27 08:43 分类:问答