Finding the correct selector

Finding the correct selector

Hi All,

So, from this:

<div id="act112" class="actBlock">
      <div class="actName">Name Stuff</div>
      <div class="actProgress">00%</div>
      <div class="actTogo">x days</div>
</div>

What do I use to get jQuery to select Name Stuff?

I've tried #act112.actBlock.actName

and #act112.actName








and neither work. Apologies for this patently newbie question.

Many thanks,

- Aug