Code: Select all
$(".top left")Is there a way to do this?
Moderator: General Moderators
Code: Select all
$(".top left")Code: Select all
$(".classone.classtwo")Thanks Kieran, this is what I was looking for.Kieran Huggins wrote:Check out http://docs.jquery.com/Selectors for moreCode: Select all
$(".classone.classtwo")