You say you "click the remove link".

What is the code / href of the remove link, and do you have a "return false" on the jQuery code to prevent that link being followed ?

$(document).ready(function() {
  $("#removeLink").click(function() {
 // do whatever the link should do
return false; // <====== VERY IMPORTANT TO PREVENT THE BROWSER NAVIGATING TO "#", which would usually be to the top of the page
 });
});

<a id="removeLink" href="#">Remove</a>

odlo wrote:
Anytime when I click the remove link after selecting one or multiple
items my browser jumps to the main page.
It doesn't happen on _any_ system but only on _some_ systems.

Is there any solutiuon?

System: Vista
Browser: FF 3, FF 3.5, IE 8, Seamonkey

http://picasaweb.google.de/lh/sredir?uname=christoph.puppe&target=ALBUM&id=5379203595117546545&authkey=Gv1sRgCNLk55_C5s3RCg&feat=email

cu
oldo
------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - www.avg.com Version: 8.5.409 / Virus Database: 270.13.89/2359 - Release Date: 09/10/09 05:50:00


Reply via email to