标签: jquery regex jquery-selectors
我看到问题jQuery selector regular expressions并且我正在尝试使用它,但有没有办法让课程?
我在$(.*class).change(function(){ I need to get the class here })
$(.*class).change(function(){ I need to get the class here })
我见过.attr('class'),但我需要得到div。
.attr('class')
答案 0 :(得分:0)
好的,在函数(){}中使用$(this)为你提供已更改的div,以便你可以应用.attr('class')