jQuery选择没有colspan属性的td的代码_jquery: 代码如下:$(#tableName td:not([colspan]))下面是一些补充资料:filter()和not(): $(document).ready(function() { //输出 hello alert($(p).filter(.selected).html()); //输出 How are you aler
导读jQuery选择没有colspan属性的td的代码_jquery: 代码如下:$(#tableName td:not([colspan]))下面是一些补充资料:filter()和not(): $(document).ready(function() { //输出 hello alert($(p).filter(.selected).html()); //输出 How are you aler
代码如下: $("#tableName td:not([colspan])")
下面是一些补充资料: filter()和not(): 输出 hello alert($("p").filter(".selected").html()); //输出 How are you? alert($("p").not(".selected").html()); }); script>
jQuery选择没有colspan属性的td的代码_jquery: 代码如下:$(#tableName td:not([colspan]))下面是一些补充资料:filter()和not(): $(document).ready(function() { //输出 hello alert($(p).filter(.selected).html()); //输出 How are you aler