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.46 KB | None | 0 0
  1. <div mnt-watch-product="ZAL-BE-DP521I09O-K11">
  2. <button type="button" onclick="Monotote.show('ZAL-BE-DP521I09O-K11')">View details</button>
  3. Available: <span></span>
  4. </div>
  5. <script>
  6. // define `_mnt` with a `publisherKey`
  7. _mnt.onReady = function(){
  8. Monotote.on("watch-product-availability-state-change", function(info){
  9. // it contains `element` and `available` properties
  10. info.element.querySelector('span').innerText = info.available;
  11. });
  12. };
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement