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

jquery遍历input取得input的name_jquery

代码如下:

$("input:text", document.forms[0]).each(function(){alert(this.name)});