Just wondering if there is a way to get a HTML element to link to a location without wrapping it in an tag?
tag?
Bu
Inline Javascript:
Visit Page Now
Defining a function in Javascript:
or in Jquery
Visit Page Now $('#some_id').click(function() { window.location='http://www.example.com'; });