Hi, I have quite complex page with internal link inside. < a href="#there" id="jump"> Jump</a> and <a name="there" ></a> far a way on bottom page.
When I click a link Jump page jumps to specific < "there"> place. It is fine. Case is that "click" should be done from jquery code... I put code $("#jump").click(); and it seems to work because function from $("#jump").click( function () { alert('Hi'); } ); is fired and alert Hi is displayed. Unfortunnately page is not moved to a new position. #there is not join to page address. Do you have any idea why it no jumps to xxx label? regards, Piotr