我想选择_´这个_´和其他一些。例如:
$(this + ', ' + this + ' > div')
我怎样才能做到这一点?这在一个选择器中是可能的吗?
.andSelf()
$(this).children("div").andSelf()
this
$(this).add('div', this)