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

Submitted by: Muhammad
The first one because its a direct call to the JavaScript engine.
Submitted by: Muhammad

Read Online Web Development Ninjas Job Interview Questions And Answers