2013-05-09 47 views
-2
  • 我已经上传我的js文件在GitHub和我包括在我的小提琴这些文件。
  • 当点击筛选标签时,应该弹出一个模式,但它没有显示。
  • 我把正确的路径在小提琴。
  • 当我保存在我的本地桌面它的工作。
  • 提供以下上传文件在GitHub,然后用它在小提琴

    <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/global.js"></script> 
         <style type="text/css"></style> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.chrome.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.config.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.form.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.table.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.common.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/icw.modal.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/column.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery-ui-1.8.23.datepicker.min.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery.cleditor.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery-cookie.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery.json-2.4.min.js"></script> 
         <script type="text/javascript" src="https://github.com/rajkumart08/testing/blob/master/Behavior%20-%20Objective_files/jquery-autocomplete-1.4.2.js"></script> 
    
+0

为什么它的负面:( – user2267365 2013-05-09 06:14:37

回答

0

我的代码,你应该使用github上的子域:

https://raw.github.com/ {} your_resource_file

通知!您只应在开发时使用此链接,github不是CDN服务。

和加载外部文件通过侧边栏的外部资源的jsfiddle

+0

感谢您的回复也u有任何例如 – user2267365 2013-05-09 06:14:18

+0

如果我点击raw.github.com它去github.com – user2267365 2013-05-09 06:17:02

+0

你应该删除URL中的“blob /”路线 – 2013-05-09 06:34:08

相关问题