Javascript
Jump to navigation
Jump to search
Javascript approaches to do the same task
get the document by id
- document.getElementById('abcId')
- alternative: jQuery attr(): $("selector").attr("id");[1] and go to the first step
Javascript approaches to do the same task
get the document by id