page jump problem
Hi
I'm having problem with Ajax.
index.php which loads left menu using ajax. On click menu item it loads
body content using ajax. Inside content page there is on click button which fires frameless div which is index.php. It works fine but page jump to top of the page when i click. I tried window scrolling by passing mouse coordinate or event click coordinate. All i want is where ever i click on content page the frameless div should appear(which works fine) but don't want the page to jump.
I tried even adding return false in mouse click function.
Any help would be appreciated.
|