Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script>
  2. jQuery(function($) {
  3. $( document ).ready(){
  4. $('#qi1').click(function(){
  5. var contentURI= 'http://postbasedesign.com/product/postbase-qi1-cover-design/ #main'; // URL TO GRAB + # of any desired element
  6. $('#showDesigner').load('http://postbasedesign.com/wp-content/plugins/image-map-pro-wordpress/qi1.php?url='+ contentURI);
  7. });
  8. });
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement