2012年8月24日金曜日

jqueryでのページ遷移

jqueryでのページ遷移:
   $("#imgloading").load(url, function(response, status, xhr) {
            var doc=document.open("text/html","replace");
         doc.write(response);
      doc.close();

   });

0 件のコメント: