jQuery validate: How to add a rule for regular expression validation?

前端 未结 13 1527
忘掉有多难
忘掉有多难 2020-11-22 07:41

I am using the jQuery validation plugin. Great stuff! I want to migrate my existing ASP.NET solution to use jQuery instead of the ASP.NET validators. I am m

13条回答
  •  清歌不尽
    2020-11-22 08:19

    I had some trouble putting together all the pieces for doing a jQuery regular expression validator, but I got it to work... Here is a complete working example. It uses the 'Validation' plugin which can be found in jQuery Validation Plugin

    
    
    
        
        
        
        
    
    
        

    Log In

提交回复
热议问题