Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <div mnt-watch-product="ZAL-BE-DP521I09O-K11" mnt-watch-product-hide-class="disable-product">
  2. <button type="button" onclick="Monotote.show('ZAL-BE-DP521I09O-K11')">View details</button>
  3. <span>The product is not available</span>
  4. </div>
  5. <style>
  6. div span {
  7. display: none;
  8. }
  9. div.disable-product button {
  10. display: none;
  11. }
  12. div.disable-product span {
  13. display: initial;
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement