Select elements with class except one with specific id

后端 未结 3 1782
不思量自难忘°
不思量自难忘° 2021-01-13 17:39
$(\'.ui-widget-content\').css(\'border\',\'none\');
    $(\'#helpDialog .ui-widget-content\').addClass(\'HelpDialogBorder\');

I am doing like this

3条回答
提交回复
热议问题