bootstrapx-clickover icon indicating copy to clipboard operation
bootstrapx-clickover copied to clipboard

Wont work for me using Bootstrap 2.2.2

Open emage opened this issue 12 years ago • 2 comments

For those who got it working can you share? I download the latest bootstrap and then use this clickover. wont work

thanks

emage avatar Jan 31 '13 19:01 emage

Hi emage,

Are you receiving an error in the javascript console?

lecar-red avatar Jan 31 '13 20:01 lecar-red

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();

meck373 avatar Feb 06 '13 16:02 meck373