2008-02-21
JQuery study
=== JQuery ===
Reference:
* http://www.k99k.com/jQuery_getting_started.html
Useage:
jQuery provides two approaches to select elements
* 1. CSS and XPath to select element
* 2. use JQuery object
=== $() ===
parameter can be:
1. id: #id
2. html tag name
Reference:
* http://www.k99k.com/jQuery_getting_started.html
Useage:
jQuery provides two approaches to select elements
* 1. CSS and XPath to select element
* 2. use JQuery object
=== $() ===
parameter can be:
1. id: #id
2. html tag name







评论排行榜