Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $.ajax({
  2. url:'/?page_id=94',
  3. type:'GET',
  4. success: function(data){
  5. $('#test .1-1').html($(data).find('.1-1').html());
  6. }
  7. });
  8.  
  9. <div class="map 1-1">
  10. <div id="cpm_XUf9m5" class="cpm-map" style="display:none; width:100%; height:450px; clear:both; overflow:hidden; margin:0px auto;">
  11. <!-- MISSING HTML -->
  12. </div>
  13. <script type="text/javascript">
  14. // All JavaScript that is normally loaded is there, not pasting it to keep it short
  15. </script>
  16.  
  17. <noscript> codepeople-post-map require JavaScript </noscript>
  18. <script>
  19. // All JavaScript that is normally loaded is there, not pasting it to keep it short
  20. </script>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement