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

html in content is quoted for boostrap 2.2.2

Open tiw opened this issue 12 years ago • 3 comments

see: http://jsfiddle.net/tingwang/K48Gh/1/

the button tag is quoted.

tiw avatar Jan 10 '13 02:01 tiw

add option html: true

resolve the problem.

tiw avatar Jan 10 '13 05:01 tiw

Hi tiw,

Do you think clickover should use different default from popover bootstrap library?

Fix for others, use clickover like:

$('#thingy').clickover({html: true});

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

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.

tiw avatar Feb 01 '13 03:02 tiw