Abel Tamayo schrieb:
> I just switched to jQuery-1.1b and it's great stuff, but now I get this
> error in Firebug: $(this).parent().id is not a function where it worked
> perfectly until now. I revised the list of changes but didn't find a
> substitute to parent() - the closest this I found was the change from
> ancestors() to parents() but I don't think that's what I need.
> Can anyone help?
"id" is not a function, parent is alright.
=> attr('id');
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/