mattari_pandaさんにつくっていただいた計測用サンプルです。

それぞれは以下の記述方法で指定されています。
type1、type3:「$('a', this)」
type2、type4:「$(this).find('a')」

また、type3、type4は「$(this)」を変数に入れておくパターンです。

hogehoge

type1 Click here

type2 Click here

type3 Click here

type4 Click here