[jQuery] blur() problem
[jQuery] blur() problem
Hi,
I have an arrow on my website on which the user can click.
The problem is that when the user clicks, in Mozilla I have the selection
border on the arrow.
The arrow has id "buttonNext"
I tried this :
$("#buttonNext").click(function(){
alert("test");
$("#buttonNext").blur();
});
I tried this but it doesn't work, I can see the test getting displayed
though.
Can anyone help ?
Thank u.
--
View this message in context: http://www.nabble.com/blur%28%29---problem-tf4044064s15494.html#a11487534
Sent from the JQuery mailing list archive at Nabble.com.