jquery 常用

$(".ccon :input").each(function(){
                //console.log($(this).attr("name"));
                data[$(this).attr("name")]=$(this).val();
            });

posted @ 2013-04-11 11:24  追风的水獭  阅读(104)  评论(0编辑  收藏  举报