+ 2
Fill in the blanks to remove the event handler for the focus event on the element with id="test".
Fill in the blanks to remove the event handler for the focus event on the element with id="test". $(" #test "). off (" focus ");
1 Odpowiedź
+ 1
What is your question?
Code you posted is valid, there is no bug.