输入banner图图片脚本导航/分类

TypeError:element.childrenisnotafunction_html/css_WEB-ITnose

$('.top-droppable').each(function(i,element){
alert(element.children("span").text());
})


回复讨论(解决方案)

$(element).children

谢谢啦,非常感谢!