jQurey起步
<div id="placeholder" style="width:600px;height:300px;"></div>$.plot($("#placeholder"), [ d1, d2, d3 ]);
#placeholder表示找到html中的ID,
$("#id")表示jquery對象,$(".class") jquery對象的集合
posted on 2012-04-23 11:30 youngturk 閱讀(235) 評(píng)論(0) 編輯 收藏 所屬分類: JQuery