Answers for "how to point to a href value in 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 "how to point to a href value in jquery\"

Code answers related to "Javascript"

Browse Popular Code Answers by Language