Hi all,

I had encounter a situation in which 'live' seems to be not working in
ie but nworking fine in ff.

$('a.start').mousedown(function(){
       {some code}
});

this code is written in js file.

in another js file ,

$('a.start').live('mousedown', function(){
      {some code}
});
 is written in other js file.

This code works fine in ff but does not work in ie.

on click of this anchor, whole code is removed and again dump in page
including this anchor.
Event again bind to anchor in firefox but does not binds in ie.

Help me out to get rid off this issue.

Thanks to all in advance for your suggestion.

Reply via email to