Advertisement
bongzilla

Untitled

Apr 22nd, 2022
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <div class="products-list" id="partners-{slug}"></div>
  2.  
  3. <script>
  4. window.addEventListener('DOMContentLoaded', function() {
  5. jQuery(function() {
  6. jQuery('#products-list').load("/post/{slug} #client-products-list")
  7. });
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement