View Single Post
Old 03-21-2018, 02:50 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,121
Something like:

Code:
<a id=mylink href="something.html" data-toggle="tooltip" title="" data-placement="top">Something</a>

<script>
a=<!--per_price_grp-->;
b=10;
c=a/b;
mylink.title="$" +c.toFixed(2);
</script>
.
__________________
All cookies cleared!
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote