function resizeElements(_obj){
$(_obj).find('*[percent]').filter('[percent!=""]').each(function(index) {
percent($(this),$(this).attr('percent'));
percent($(_obj),$(_obj).attr('percent'));
});
}
好像是添加属性的,不过里面的*之类的是什么意思啊,有大神完整解释一下吗?
GCT1015
相关分类