bootstrapx-clickover
bootstrapx-clickover copied to clipboard
html in content is quoted for boostrap 2.2.2
see: http://jsfiddle.net/tingwang/K48Gh/1/
the button tag is quoted.
add option html: true
resolve the problem.
Hi tiw,
Do you think clickover should use different default from popover bootstrap library?
Fix for others, use clickover like:
$('#thingy').clickover({html: true});
What I think is the example should be updated http://www.leecarmichael.com/bootstrapx-clickover/examples.html Or Mention it in the doc. Since I used clickover before I knew popover, it costed me sometime to find this option.