Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. echo 'var longitud=document.thisform'.$this->id.'.post.value.length;';
  2. echo 'var element = $("#edit-form").parentNode)';
  3. echo 'if(longitud>0)';
  4. echo 'var options = {success: function(response) {if (/^ERROR:/.test(response)) alert(response); else { element.html(response); $("#addpost").hide("fast"); } } }; ';
  5.  
  6. echo 'else var options = {success: function(response) {if (/^ERROR:/.test(response)) alert(response); else { $("#"+element).html(response); $("#addpost").hide("fast"); } } }; ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement