Is there a way to go to an element without appending an id to the url, eg. to go to <h2 id="element1">
, within a page we'd usually have to load the URL like so:
http://www.example.com/#element1
But is there a different way to do this? because this #
is causing conflicts with jQuery cycle 2 I'm using.
I link from another page