I want to call function on openEvent but it doesn't work. I'm using this jquery plugin.
My code is mentioned below:
$("#verified_icon").popover({
                title: "",
                content: "You have a fanbase of over 1000 Amount of fans they have.",
                hideOnHTMLClick: false,
                openEvent: 'localhost/project/common_ctrl/update_popup_status',
                trigger: 'hover',
            });
            $("#verified_icon").popover('show');
anybody help me......... thanks in advance
 
    