July 22, 201115 yr Hello Friends Is it possible to create a link (same function as an anchor tag) without using the anchor [ <a></a> ] tags via jQuery/JavaScript ? I want to make certain <li></li> tags behave as anchor tags I would greatly appreciate any help. Thank You.
July 22, 201115 yr Wouldn't this work? <li><a>Link here</a></li> Any particular reason you don't want to use the <a></a> tags, it seems like the simplest solution... Edited July 22, 201115 yr by adamsmith
July 22, 201115 yr Author It would. But I just want to know whether it is possible or not. And if it is possible, how ? Thanks
July 22, 201115 yr BTW, if you use JQuery to do this and the user either turns off JavaScript or isn't using it, then JQuery won't work.
Create an account or sign in to comment