时间:2021-05-18
<scriptsrc=/jslib/jquery/jquery-latest.pack.js></script>
<pheight=100>1学习jquery</p>
<span>val()可以取值;val(s)可以赋值</span><br/>
<div><inputtype="text"id="mm"value="mm"><buttonid=get>取值</button>
<buttonid=put>赋值</button>
</div>
<buttonid=an>展开</button>
<divid=test></div><br>
<span></span><br/>
<SCRIPTLANGUAGE="JavaScript">
<!--
$(document).ready(function(){
$("#get").click(function(){
$("#test").html("我是input的值:"+$("#mm").val())
})
$("#put").click(function(){
$("#mm").val("val()真好用")
})
$("#an").click(function(){
vara=$("#an").val()=="展开"?"缩进":"展开"
//$("#an").val(a)
if(a=="展开"){
$("#test").slideUp("slow",function(){$("#an").val(a)});
//$("#test").fadeOut("fast",1000);
//$("#test").fadeIn("fast",500)
}
else{
$("#test").slideDown("slow",function(){$("#an").val(a)});
//$("#test").fadeOut("fast",1000);
//$("#test").fadeOut("slow",500)
}
})
$("span").css({background:'black',color:"red"})
//is叛断
$("button[@id='get']").parent().is("div")
$("#test").html("css();animate()")
$("div#test").css({left:10,height:200,width:200,background:"black",color:"white"});
$("div#test").animate({left:500,opacity:'show'},500);
});
functionaiqi(){
$("#mm").val("asdasd")
$("p").css("color","red")
$("div#test").background("gray")
$("div#test").css("color","yellow");
$("div#test").css({width:"200",height:200})
$("div#test").html($.browser.msie)
//$("#mm").click(function{alert()});
$("#test").fadeOut("fast",1000);
$("p").fadeTo("slow",0.5);
$("#test").fadeIn("slow",0.5,function(){alert("AnimationDone.");});
$.each([0,1,2],function(i){alert("Item#"+i+":"+this);});
$("p").slideDown("slow",function(){alert("AnimationDone.");});
}
//aiqi();
//$("p").mousedown();//$("img").oneload(function(){alert("Hello");});
//$.getScript("test.js",function(){
//alert(obj.name)})
//$.getJSON("test.js",function(obj){alert(obj.name);})
//-->
</SCRIPT>
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
JavaScript学习笔记之一jQuery写法图片等比缩放以及预加载以前对于JavaScript总是在用到的时候在页面上写几个函数,基本没考虑到函数的封装与重
大致介绍终于开始了我的jQuery学习之路!感觉不能再拖了,要边学习原生JavaScript边学习jQueryjQuery是什么?jQuery是一个快速、简洁的
jQuery学习笔记:jQuery学习1、基本语法:$(selector).action()$:定义jQueryselector:选择符,查询和查找HTML元素
学习使用jQuery创建一个确认对话框学习如何制作一个自动变换的幻灯片如何制作带缩略图的全屏图片画廊学习使用jQuery制作立体效果的滑动相册学习使用jQuer
首先学习使用jQuery表单验证插件:1.Jquery表单验证插件—Validation的学习与使用(1)Validation的验证有几种规则,一是在class