Ajax refreshes the div specified by the parent window

From , 5 Years ago, written in JavaScript, viewed 235 times.
URL https://pastebin.vip/view/b7f520a5
  1. function GetEditComment($ID){
  2. $.ajax({
  3. url:"info.aspx?action=getinfo&id="+$ID,
  4. type:'GET',
  5. success:function(){
  6. parent.$('#comment').html(arguments[0]);
  7. }
  8. });
  9. }
  10.  
  11. comment是父窗口的元素<div id="comment"></div>

Reply to "Ajax refreshes the div specified by the parent window"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website