Home  >  Article  >  Web Front-end  >  jQuery code to select td without colspan attribute_jquery

jQuery code to select td without colspan attribute_jquery

WBOY
WBOYOriginal
2016-05-16 18:23:351231browse
Copy code The code is as follows:

$("#tableName td:not([colspan])")


The following is some supplementary information:
filter() and not():





Hello

How are you?



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn