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?