您的位置:首页 > 编程语言 > Java开发

SHA-1摘要算法源码(Java版)

2007-11-04 21:21 429 查看
<a href="http://jquery.com/">jQuery</a>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("a").click(function(event){
alert("As you can see, the link no longer took you to jquery.com");
event.preventDefault();
});
});
</script>


Adding and Removing an HTML Class

$("a").addClass("test"); [code]$("a").removeClass("test");


一些简单的效果

$("a").click(function(event){
event.preventDefault();
$(this).hide("slow");
});


[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: