bootstrapx-clickover
bootstrapx-clickover copied to clipboard
Wont work for me using Bootstrap 2.2.2
For those who got it working can you share? I download the latest bootstrap and then use this clickover. wont work
thanks
Hi emage,
Are you receiving an error in the javascript console?
For me it`s also not working. Running the newest version of bootstrap.
// $('#login_popover').popover({ html : true, trigger: 'click', placement : 'bottom', title : function() { return $("#myformIdorClassTitle").html(); }, content : function() { return $("#myFormIdorClassForm").html(); } });
$('#login_popover').clickover();