KO
|
EN
gitlite — search
Search
#python
#golang
#javascript
#minecraft
#php
#java
#android
#open-source
#theme
#hacktoberfest
#docker
#node
seajs-css
★ 38
Open GitHub ↗
A Sea.js plugin for loading css
Download README (.md)
Explore Similar Repositories
PiaNO
:
AutoDesk PiaFile plot configuration library
hn-ng
:
HackerNews made in AngularJS
Sidecar
:
(Yet another) utility belt for iOS applications
IPAExporter
:
Mac Application used to export IPA from Xcode Archive
SAM
:
SAM (Significance Analysis of Microarrays) shiny app
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
seajs-css
?
Download (.md)
seajs-css ========= A Sea.js plugin for loading css Install ------- Install with spm: $ spm install seajs/seajs-css Usage ----- ```html <script src="path/to/sea.js"></script> <script src="path/to/seajs-css.js"></script> <script> // seajs can load css file after loading css plugin. seajs.use("path/to/some.css") </script> ``` ### 中文说明 * 在Sea.js < 2.3.0版本之前是可以加载css文件的,新版本中此功能移除,为了兼容考虑,加载css功能将作为一个插件存在。 * 使用方法 * 可以在sea.js标签后引入这个插件使用 * 也可以将插件代码混入sea.js当中 * 和`seajs-style`的区别 * `seajs-css`是使 Sea.js 能够加载一个css文件,和link标签一样 * `seajs-style`是指提供一个`seajs.importStyle`方法用于加载一段 css 字符串