Insert symbol in tooltip
-
Hi,
Please how can I add a dollar symbol and also include a symbol for grouping thousands in tooltips?
The tooltip was created with this script.
<script> fbuilderjQuery(document).one('showHideDepEvent', function () { jQuery('.slider').each(function () { var tooltip = jQuery('<div class="cost-slider-tooltip"><div class="cost-calculator-arrow"></div><div class="cost-calculator-value"></div></div>'); jQuery(this) .on('slide', function (event, ui) { tooltip.find('.cost-calculator-value').text(ui.value); }) .find(".ui-slider-handle").append(tooltip); }); }); </script>
Thank you for your support.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Insert symbol in tooltip’ is closed to new replies.