[jQuery] Re: What does "el" mean in jQuery code?

2009-01-07 Thread jNewb
ted. > > function something(string){ >    //doSomething} > > something("this is a string but could be anything else") > > On Jan 3, 11:44 pm, jNewb wrote: > > > > > My question to you seasoned jQuery veterans is this: > > > Throughout the many plu

[jQuery] What does "el" mean in jQuery code?

2009-01-03 Thread jNewb
My question to you seasoned jQuery veterans is this: Throughout the many plugins I have devoured while attempting to learn all of the secrets/gloriness of jQuery, I constantly run into something like or close to function(el){ //Code Here }. I'm guessing el is short for element and it's a variable