找元素和Dom转换成Jquery

25.找标签(在标签里找其他的元素) $('div table tr').find(".element").html("---------ddd").css("border","1px solid #ccc").css("color","blue"); 26.由jQuery对象转换成Dom var s = $('#iconStandPath').find('img')[0]; $(s).attr("src",ret.iconStandPath);

你可能感兴趣的:(jquery,table,div,border)