标签: jquery
在jquery中添加类非常简单。你必须这样做:
$('#id').addClass('class_name')
问题是它在div中的类名前加了.。任何避免这种情况的方法。我想把类名放在.
.