Guest User

Untitled

a guest
Aug 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. How to separate Javascript/JQuery from HTML?
  2. <div id="product">
  3. <div class="label">Price: <div class="price">$10.90</div></div>
  4. <div class="label">Sales Price: <div class="price">$9.90</div></div>
  5. </div>
  6.  
  7. <div id="product" data-price="$10.90" data-sales-price="$9.90">
  8. other markup here
  9. </div>
Add Comment
Please, Sign In to add comment