a.net的26个Jquery使用小技巧(5)_.NET概论及软件使用_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

a.net的26个Jquery使用小技巧(5)

作者:黑客防线网安ASP维护基地 来源:黑客防线网安ASP维护基地 浏览次数:0

本篇关键词:技巧使用 function
黑客防线网安网讯:    22. 统计元素个数view plaincopy to clipboardprint?1. $(document).ready(function() {2.    $("p").size();3. });23. 使用自己的 Bulletsview plaincopy to clipboardprint?1. $(docu...

    22. 统计元素个数view plaincopy to clipboardprint?

1. $(document).ready(function() {

2.    $("p").size();

3. });

23. 使用自己的 Bulletsview plaincopy to clipboardprint?

1. $(document).ready(function() {

2.    $("ul").addClass("Replaced");

3.    $("ul > li").prepend("? ");

4. // how to use

5.  ul.Replaced { list-style : none; }

6. });

24. 引用Google主机上的Jquery类库Let Google host the jQuery script for you. This can be done in 2 ways.

view plaincopy to clipboardprint?

1. //Example 1

2. <SCRIPT src="asp/jiaocheng/&/jsapi">http://www.google.com/jsapi"></SCRIPT>

3. <SCRIPT type=text/javascript>

4. google.load("jquery", "1.2.6");

5. google.setOnLoadCallback(function() {

6. // do something

7. });

8. </SCRIPT><SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type=text/javascript></SCRIPT>

9.

10. // Example 2:(the best and fastest way)

11. <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type=text/javascript></SCRIPT>

25. 禁用Jquery(动画)效果

view plaincopy to clipboardprint?

1. $(document).ready(function() {

2.     jQuery.fx.off = true;

3. });

26. 与其他Javascript类库冲突解决方案view plaincopy to clipboardprint?

1. $(document).ready(function() {

2. var $jq = jQuery.noConflict();

3.    $jq('#id').show();

4. });

 

 

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-14224-1.html
网站维护教程更新时间:2012-03-30 05:30:23  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer