欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jquery創(chuàng)建并行對象或者合并對象的實現(xiàn)代碼

 更新時間:2012年10月10日 00:43:21   作者:  
如果有對象A ,B 現(xiàn)在我想要合并成對象C 從C里面可以找到A , B 及其子對象 怎么做
核心代碼:
復(fù)制代碼 代碼如下:

var arr = new Array();
arr[0] = $(this).parents("tr")[0];
arr[1] = $(this).parents("tr").next()[0];
var dom = $(arr);

$(dom).find("td.title a").hide();
$(dom).find("td.title input").show();

相關(guān)文章

最新評論