Open nsolomon-nycc opened 5 years ago
Running bsPopover("test_id", "test_title", "doesn't work") results in
bsPopover("test_id", "test_title", "doesn't work")
<script>$(document).ready(function() {setTimeout(function() {shinyBS.addTooltip('test_id', 'popover', {'content': 'doesn't work', 'placement': 'bottom', 'trigger': 'hover', 'title': 'test_title'})}, 500)});</script>
The problem is the apostrophe in "doesn't", I think.
Thanks!
Same problem here. Workaround : we use the corresponding html code : ’
Running
bsPopover("test_id", "test_title", "doesn't work")
results inThe problem is the apostrophe in "doesn't", I think.
Thanks!