No, it was just for readability and to point out, that it can be any
jQuery element
2009/1/23 donb :
>
> Is there a reason for 'var input' other than possibly readability?
> Just wondering if there is some functional significance.
>
> On Jan 22, 6:06 am, Stephan Veigl wrote:
>> try:
>> var inpu
Is there a reason for 'var input' other than possibly readability?
Just wondering if there is some functional significance.
On Jan 22, 6:06 am, Stephan Veigl wrote:
> try:
> var input = $("input");
> var parent = input.parents("span[xmlns]");
>
> by(e)
> Stephan
great, it works.
Big thx, dude.
On 22 Jan., 12:06, Stephan Veigl wrote:
> try:
> var input = $("input");
> var parent = input.parents("span[xmlns]");
>
> by(e)
> Stephan
try:
var input = $("input");
var parent = input.parents("span[xmlns]");
by(e)
Stephan
4 matches
Mail list logo