generate functionTue, 08 Nov 2022

convert a links to div with onclick

$('a').on('click', function() { var url = $(this).attr('href'); document.location.href = url; });

Want to kickstart your project?Use the new AI Studio to create your code