错误写法

<div  class="first" class="second"></div>

正确写法

<div class="first second"></div>

使用jquery选择这个标签

$('div.first.second')