是否可以用jQuery选择$(this)+ $('#Example')?
$(this)
$('#Example')
有点像$(this, '#Example')?
$(this, '#Example')
您可以使用jQuery .add()方法:
.add()
$(this).add('#Example')