$('#DIVID > div.CLASSNAME').each(function() { numOfColumns++; });
This asks for all divs within your holding div that have a certain class name. ** THE ‘ATGT’ after DIVID is a Greater Than sign**
programming notes…
May
12
2010
Category : JQuery/JScript