Posted: 3/7/2010
Hi,
I have a collection of divs inside a parent div.
var divs=$(div#divCities).find(div);
Now I need to select the last div control . Please help .
Posted: 3/9/2010
$(div#divCities).find(div:last);