01 2012 档案

jQuery遍历table中各个cell
摘要:jQuery遍历table中各个cell。同时注意只有jQuery对象才可以使用jQuery API提供的方法,普通对象可以使用`$()`将其转化为jQuery对象。 HTML code: <table id="table_id"> <tr><td>column11</td><td>column12</td></tr> <tr><td>column21</... 阅读全文

posted @ 2012-01-31 09:04 jay.windows 阅读(5436) 评论(0) 推荐(0)

导航