Guest User

Untitled

a guest
Jun 30th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function showcont()
  2. {
  3. $.ajax({
  4. url: "<?bloginfo('template_url');?>/load_messes.php",
  5. cache: false,
  6. success: function(html){
  7. $("#result_div_id").html(html);
  8. $i++;
  9. }
  10. });
  11. }
  12.  
  13. AddDefaultCharset utf-8
Add Comment
Please, Sign In to add comment