Dynamically addition of rules to validationengine allrules
I have validation of controls with using jquery plugin jque开发者_JAVA百科ry.validationengine.js. It has rules. I common these rules satisfied me... but also we have some rules stored in db. Is it possible to add dynamically rules from db to existing rules of jquery.validationengine.js?
Yep you'll just need to have your server-side scripting language write the javascript so it can be included dynamically before being sent to the browser.
精彩评论