You can use the css id selector (#):

<div id="myDiv">Hello, World</div>
...
$("#myDiv") // finds the div with id 'myDiv'

- Richard

On 10/30/07, shapper <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> How can I get use a Div given its ID?
> Or I can only get it given the css class applied to it?
>
> Thanks,
> Miguel
>
>

Reply via email to