1
Answer

JQUERY HIDE() OR DISABLE()

G

G

7y
321
1
If there are four buttons ex: button1 with class=class1  value=insert
                                         button2 with class=class1  value=update
                                         button3 with class=class1  value=delete
and there is no id's for them
then how to hide or disable button2 using jquery code? 
Answers (1)