摘要:
$() 方法是在DOM中使用过于频繁的 document.getElementById() 方法的一个便利的简写,就像这个DOM方法一样,这个方法返回参数传入的id的那个元素。 比起DOM中的方法,这个更胜一筹。你可以传入多个id作为参数然后 $() 返回一个带有所有要求的元素的一个 Array 对... 阅读全文
posted @ 2008-04-06 16:04 尹合磊 阅读(368) 评论(0) 推荐(0)
|
|||
|
摘要:
$() 方法是在DOM中使用过于频繁的 document.getElementById() 方法的一个便利的简写,就像这个DOM方法一样,这个方法返回参数传入的id的那个元素。 比起DOM中的方法,这个更胜一筹。你可以传入多个id作为参数然后 $() 返回一个带有所有要求的元素的一个 Array 对... 阅读全文
posted @ 2008-04-06 16:04 尹合磊 阅读(368) 评论(0) 推荐(0)
摘要:
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-drive... 阅读全文
posted @ 2008-04-06 16:02 尹合磊 阅读(267) 评论(0) 推荐(0) |
|||