Answers

Question and Answer:

  Home  Ninjas Web Developer

⟩ Tell me which one is more efficient document.getElementbyId( “myId”) or $(“#myId)?

The first one because its a direct call to the JavaScript engine.

 216 views

More Questions for you: