i am using the cluetip plugin and the simple use case is to to put the content in a title attribute, like below:
<a title='Top title|detail content'>Text</a>
i am now running into issues where the string that is inside "detail content' has an apostrophe inside of it and it seems to confuse cluetip plugin. Is there anyway to escape or encode an apostrophe to allow cluetip to work properly.
You're looking for '
.
See HTML entities.
You'll want to use '
per this link since '
has flaky browser support. See this old post for more info.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With