jQuery update event and DOM event is not working with popover tag handler

34 Views Asked by At

I am not able to call jQuery’s update event for popover with live event.

Is there any way that I don't need to reinitialize the popover on each live event.

I have tried using $(selector).action(), but it's not working.

Is there any way that i can initialize the popover on DOM live event without calling its initialize method?

0

There are 0 best solutions below