On Mon, Nov 21, 2011 at 7:42 AM, Girish Venkatachalam < [email protected]> wrote:
>
>
> For instance we identify the <div> tag with id attribute "left" like this.
>
> $('div[#left]').
>
>
I think you mean $("div#left"). Other options to access the same element
are $("#left"), $("div[id='left']") and $("[id='left']").
regds,
mano
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
