var mb3 = $(this); On that line, the this is referring to the scope of the function which is not inside of an $.each(..) or $.fn.foo(..)
~Sean
var mb3 = $(this); On that line, the this is referring to the scope of the function which is not inside of an $.each(..) or $.fn.foo(..)
~Sean