hi every I writed a line like this:
<a href="#">delete</a>
I want do some in js function when click this,so I use jQuery, and like this
$('a[href='#']').click(function(){
alert("test");
return false;
});
I use this to test, but it do best in Firefox, but can't work in IE, why? I could not find the error, could you help me thank you
<a>element a class?