Answers for "find id on page from jq"

5

get id by this jquery

alert($(this).attr('id'))
Posted by: Guest on February-16-2020
0

how can ic get the id of div jq

$(document).ready(function() {
  console.log($('#test').attr('id'));
});
Posted by: Guest on December-13-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language