html 添加脚本 jquery



此脚本

$(document).ready(function() { 
  $("selector").load('loader.php')
})

装载机.php

echo '<script src="ads.rels.js"></script>';// here coming .swf file

我们怎么能这样工作

为什么不直接加载javascript而不使用PHP? 喜欢这个:

$.getScript("ajax/test.js")
.done(function(script, textStatus) {
  console.log( textStatus );
})

裁判。 http://api.jquery.com/jQuery.getScript/

相关内容

  • 没有找到相关文章