标签: jquery class add
我有一个像这样的领域 有时我想添加类属性'datepicker'。我该怎么办?
答案 0 :(得分:5)
使用addClass()和removeClass()方法:
$("#yourElementId").addClass("datepicker");