Answers for "get href value of clicked element jquery"

0

getting href value in jquery

$('a').attr('href'); // gets the actual value
$('a').prop('href'); // gets the full URL always
Posted by: Guest on August-28-2021

Code answers related to "get href value of clicked element jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language