[jQuery] Re: value of a

2007-10-10 Thread Juan G. Hurtado
. TypeError: this[0].value has no properties at anonymous(void) (test/jq/js/jquery.js:335) at anonymous() (test/jq/alinks.htm:13) at anonymous(Object) (test/jq/js/jquery.js:1776) at anonymous() (test/jq/js/jquery.js:1620) -- Juan G. Hurtado [EMAIL PROTECTED]

[jQuery] Plugin's method called chained with selector or not?

2007-08-01 Thread Juan G. Hurtado
. Hope everything is well explained, and sorry about my poor english. Thanks in advance. -- Juan G. Hurtado [EMAIL PROTECTED]

[jQuery] Re: Plugin's method called chained with selector or not?

2007-08-01 Thread Juan G. Hurtado
the plugin's method. First of all, thank you very much for your answer, it really make sense. I'm gonna test it right now, because it really seems to be the obvious way to do it. Thanks again. -- Juan G. Hurtado [EMAIL PROTECTED]

[jQuery] Re: Newbie Parent question

2007-05-25 Thread Juan G. Hurtado
I think you should use parent as a function, with the (): alert($(this).parent().attr('class')); El 25/05/2007, a las 14:12, Matt W escribió: Hi folks, I started working with jQuery for the first time yesterday- and I've got something that I'm hoping you all may be able to help me figure