PHP基础
PHP教程
php框架
JavaScript
asp.net
AJAX
正则表达式
ASP
输入
banner图
图片脚本
导航/分类
TypeError:element.childrenisnotafunction_html/css_WEB-ITnose
$('.top-droppable').each(function(i,element){
alert(element.children("span").text());
})
回复讨论(解决方案)
$(element).children
谢谢啦,非常感谢!