`

jQuery api

    博客分类:
  • js
阅读更多
   $(document).ready(function(){  
      // Your code here...  
    });  

 

 $("p").bind("click", function(){  
 alert( $(this).text() );  
}); 

 

 $("td").toggle(  
   function () {  
     $(this).addClass("selected");  
   },  
   function () {  
     $(this).removeClass("selected");  
   }  
 ); 

 

   $(".stripe tr").mouseover(function() { $(this).addClass("over") });  
   $(".stripe tr").mouseout(function() { $(this).removeClass("over") });  

   or

$(".stripe tr").mouseover(function(){    
     $(this).addClass("over");}).mouseout(function(){   
     $(this).removeClass("over");})  
 }); 

 

css(name,value)

$("p").css("color","red");

 

slide(),hide(),fadeIn(), fadeout(), slideUp() ,slideDown()

 


jQuery 1.1.2 API Browser

分享到:
评论

相关推荐

    jQuery API 3.3.1 中文手册

    jQuery API 3.3.1 中文手册,jQuery是一个JavaScript框架,自面世以来,以其快速、简洁,能够很轻易地处理HTML文档、控制事件、给页面添加动画和Ajax效果等功能使多很多WEB编程者对其非常热爱,本手册旨在帮助广大...

    jQueryAPI中文手册3.1.rar

    jQuery API 中文手册 3.1是适用于jQuery的一款中文版API,jQuery是一个快速,简洁的JavaScript框架,有需要jquery中文api的用户马上下载使用吧

    jQuery API 1.4.4 中文参考手册.chm

    jQuery API 1.4.4 中文参考手册.chm,jquery api 下载,jQuery 1.4.4 API 参考文档中文版.rar,jQuery最新版CHM下载,jQuery中文参考手册,jQuery中文版1.4.4参考手册,jQuery 1.4.4 速查表,jQuery中文参考手册,jQuery中文...

    jQueryApi合辑

    jqueryApi合辑 jQuery 1.5API中文参考手册CHM版.chm jQuery_CHM_1.4.4.chm jquery1.8.3_20121129.chm jQueryAPI_1.7.1_CN.chm jQuery-UI-Reference-1.5.1.chm

    jQueryAPI-090129.rar jQueryAPI-090129文档

    jQueryAPI-090129.rar jQueryAPI-090129文档 jQueryAPI-090129参考文档 jQueryAPI文档,参考文档

    jQueryapi1.8中文

    jQueryapi1.8中文文档,欢迎下载....................................................................................................

    jquery API 使用手册

    jquery API 使用手册 jquery API 使用手册 jquery API 使用手册

    jquery的帮助文档jQueryAPI

    jQueryAPI

    jQuery API 英文版

    jQuery API 英文版(jQuery API 英文版)

    Jquery API 1.4(中文)+ Jquery 1.42

    Jquery API 1.4(中文)chm格式的 可以更新的 Jquery.js版本 1.42

    jQuery API 中文版

    jQuery API 中文版 包含二种文件格式的API

    jQuery API (中英文对照版)

    jQuery API (中英文对照版) ---------------------------------- jQuery由美国人John Resig创建,至今已吸引了来自世界各地的众多javascript高手加入其team,包括来自德国的Jörn Zaefferer,罗马尼亚的Stefan ...

    jQuery api 1.8

    jQuery api 1.8->API->web前端开发->中文->教程~

    jquery api中文版

    jquery api中文版,包含jquery js库,以及例子

    jQuery API 2.2简体中文手册

    本人亲自制作的最新版的jQuery API手册,翻译得最全面最详细。 jQuery是一个轻快的、小巧的、功能丰富的JavaScript库。它用能够跨多种浏览器轻松使用的使用的API,使一些任务,比如说HTML文档遍历和操作、事件事处、...

    Jquery API

    Jquery API里面包含许多使用列子,以及一些常用函数的介绍。适合需要用Jquery的技术人员。

    jquery api1.7.2-chm

    jquery api1.7.2-chm格式中文帮助文档

    jQueryAPI1.4 chm 中文

    jQueryAPI1.4 chm 无错中文版 很好用 现在分享出来 jQuery开发必备!

    JqueryApi帮助文档

    JqueryApi,可以快速学习jquery,有些关键字不经常用会忘记,需要用到的时候翻翻API是很不错的

    JqueryAPI在线文档中文版

    JqueryAPI在线文档中文版JqueryAPI在线文档中文版JqueryAPI在线文档中文版

Global site tag (gtag.js) - Google Analytics