jQuery入门学习

  1. 从教程看起

jQuery选择器

$(document).ready(function() {
		$("a").click(function() {
		alert("Hello World!");
	});
});
选择了所有的<a></a>标记点击后弹出这个这个..呃呃!惯例惯例!
QQ截图未命名
posted @ 2010-05-23 21:25  黄龙  阅读(140)  评论(0)    收藏  举报