可能重複:
What does this mean in jquery $('#id', javascript_object);
What does $(''class for the same element', element) mean?
What does the second argument to $() mean?
任何人都知道什麼是:
$('element', $$).function(){...};
而且
$('element', this).function(){...};
?
除了[文件]的信息(http://api.jquery.com/jQuery/#jQuery1)你需要什麼? – 2012-01-05 14:33:10
可能的重複[這是什麼意思在jquery $('#id',javascript_object);](http://stackoverflow.com/questions/3262974/what-does-this-mean-in-jquery-id-javascript - 對象)和[什麼$(''類爲相同的元素,元素)是什麼意思?](http://stackoverflow.com/questions/6479300/what-does-class-for-the-same-element-元素的意思)和[什麼第二個參數$()是什麼意思?](http://stackoverflow.com/questions/6979097/what-does-the-second-argument-to-mean)。 – 2012-01-05 14:34:43
從doc:「在內部,選擇器上下文是用.find()方法實現的,所以$('span',this)相當於$(this).find('span')。」 – 2012-01-05 14:35:10