如何通过ajax从另一个域加载css文件?
如何使用 jQuery 通过 ajax 从另一个域加载 css 文件?
下载后致电我的回调 - 这样我就可以继续工作。
How use jQuery load css file via ajax from another domain?
And after downloading call my callback - so I could continue working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有权访问可以运行服务器端代码的服务器,则可以执行以下操作:
要求
PHP Scraper
jQuery 代码
If you have access to a server that can run server-side code, you could do something along the lines of this:
Requirements
PHP Scraper
jQuery Code
由于同源政策限制,您无法实现此目的。为什么不使用 AJAX 直接使用
标签包含这些 CSS 样式?
You cannot achieve this due to same origin policy restrictions. Instead of using AJAX why not directly include those CSS styles using the
<link>
tag?