jquery 获取 元素 id值

来源:互联网 发布:windows端口初始化失败 编辑:程序博客网 时间:2024/05/22 12:53



jQuery().ready(function() {     jQuery("label").each(        function(){        var ids= $(this).attr("id");        alert(ids);    }) });


0 0
原创粉丝点击