Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、 text-align= left を持つすべての要素を選択したいのですが、それを行うプラグインはありますか?
仕事をするこのプラグインを見つけました
$("li:css(text-align,left)").remove () ;
https://github.com/sam12github/JCSS
css3 属性セレクター:$('[text-align=left]')
$('[text-align=left]')