Just wondering whats the best practice performance-wise.

var a = $('myel');

-or-

Do I just use  $('myel') whenever I need it in my code as opposed to
using my 'a' variable.

Any thoughts?


Its a basic question but wondering how much a difference either method
has from the other.

Reply via email to