Hi,
It's hard to describe the whole problem but to make a long story short, I can't use href="...#something" but I need this functionality. Is there a way to replicate it with jquery? So I want to have something like this onclick="$('div#something').jumpThere();" but I don't know the exact name of the function. Could you please let me know whether jquery has such function and if yes, how it is called.