Skip to content

Instantly share code, notes, and snippets.

@brianburridge
Created July 10, 2014 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianburridge/cea197b441060dd56216 to your computer and use it in GitHub Desktop.
Save brianburridge/cea197b441060dd56216 to your computer and use it in GitHub Desktop.
poorly formatted code example
</li>
<li>
<span>Taxes and Fees</span>
<span class="infoIcn" data-toggle="tooltip" data-html="true" title="Spot Price: $4310.00<br>Processing: $<%%=total_p_fee.toFixed(2)%><br>Cancellation Protection: $<%%= total_p_fee.toFixed(2) %><br>Sales Tax: $241.36">
<span class="glyphicon glyphicon-info-sign"></span>
</span>
<!--add class editInputBox to show input-->
<span class="price processing_fee_block">
<input type="text" name="order[total_processing_fee]" value="<%%= total_p_fee.toFixed(2) %>">
<span>$ <span class="value"><%%= total_p_fee.toFixed(2) %></span></span>
</span>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment