CSS JavaScript Dynamic Attacher
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/CssJsAttact
软件介绍
/*
Dynamically Load Javascript and Cascading Style Sheets
--------------------------------------------------------------
Purpose:
I personally use this because if my clients
are not going to take advantage of Javascript
there is no point in using CSS, so this will
remove all CSS that is loaded with Javascript
when Javascript is disabled.
Use this however you like, thats just why I use it.
--------------------------------------------------------------
The way this is setup you can load from,
PHP, ASP, ETC. File extension doesn't matter.
but you must define what it is only works for
css and js.
Example of use:
$cssjsattach("test.css", "css");
$cssjsattach("test.js", "js");
$cssjsattach("test.php", "js");
$cssjsattach("test.php", "css");
--------------------------------------------------------------
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
--------------------------------------------------------------
For more information visit:
http://plugins.jquery.com/project/cssjsattach
*/Collective Intelligence实战
阿拉克 / 2010-9 / 58.00元
《Collective Intelligence实战》内容简介:在互联网上,利用用户的集体智慧是成功的关键。集体智慧是一种新兴的编程技术,可让您从人们访问web和与web交互的过程中找到有价值的模式、发现这些访问者之间的关系和确定他们的个人偏好及习惯等。《collective Intelligence实战》首先介绍了集体智慧的原则和构建更具交互性网站的思想,然后通过示例开发了一个直接可用的基于Ja......一起来看看 《Collective Intelligence实战》 这本书的介绍吧!
