[jQuery] Selecting children of this ?

2009-06-24 Thread september
Hello, I'm just starting with jQuery and would like to know the best way to identify children elements of this to perform animation on. Some Googling brought me this seemingly useful code snippet: jQuery (img, this); But I don't know the correct syntax for this. Here's my newbie

[jQuery] selecting children

2009-03-26 Thread david.garc...@barcelonamedia.org
Hi, my question is, why next line doesn't work: $(#conditions-+get_sufix(type)+ div,tr,span,label,select,input).each(function(){...}); nor next line: $(#conditions-+get_sufix(type)+ div,tr,span,label,select,input).each(function(){...}); nor next line:

[jQuery] Selecting Children Of $(this)

2008-03-27 Thread studiobl
I'm working on a wireframe for an ecommerce site. I need to simulate some shopping cart functionality, like updating total counts and dollar amounts on change(). I've already done this with a page that contains one table. This page contains multiple tables, so I need to add another loop: from