javascript - How to add attribute data-val-required if it is removed dynamically using jquery -


i want remove attribute on condition used

$("#tab-1").removeattr("data-val-required"); 

but on conditions want make required again have used doesnt work

$("#tab-1").rules("add", "required") 


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -