var myID = $(".test").attr("id"); alert(myID);
On Thu, May 28, 2009 at 6:24 AM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > How do you find an ID that is generated dynamically? > > <div id="menu_<?php echo $variable ;?>" class="test"> > > Dave >