On Feb 20, 2007, at 6:46 PM, Blair Mitchelmore wrote:

$(this).parent("div");

-blair

Blair,

You'll need to add an "s" to ".parent" to make that work.

$(this).parents('div');

That will work if you don't have nested DIVs.

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to