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 -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -