Hello,
    I think i have found the problem place but still cannot solve it.

$(".addressDiv span").live("mouseover", function(){
> //clickable function here......
> ------------------------
> });
>

I have used the live() event to trigger the function on mouseover in the
dynamically added elements. But the problem i got is that once the live
event is called it takes the class of the element and stores. And when the
class of that particular element is changed dynamically the live(event does
not detect the new calssed added dynamically, instead it takes the former
class. Live() event does not update the class.  How can I solve this
problem?

>
> Hope to get the reply.........
> Sanam Maharjan.
>

Reply via email to