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
Here it is using jQuery. See it in action at http://jsfiddle.net/sQnSZ/
test $('#x').click(function(){ location.href='http://cnn.com' })