asked on August 1, 2016
Hi,
I am trying to make my Forms logo that i uploaded to be clickable but haven't had any success so far.
I have tried
$(".cf-formtitle").attr("href", "http://www.w3schools.com/jquery");
and
$("#form-logo").attr("href", "http://www.w3schools.com/jquery");
I think i need some sort of anchor but can't figure out how to include that.
Any help is greatly appreciated.
0
0