tips & tricks

– You can find eveything you need in tooltips so read them carefully.

– This plugin may cause a conflict with non-valid JavaScript codes. such as slideshows or dropdown menus. To avoid, be sure the JavaScript is properly escaped. It must be something like:

<script type="text/javascript">
// <![CDATA[
  the code goes here
// ]]>
</script>