On Mon, Nov 21, 2011 at 7:42 AM, Girish Venkatachalam <
girishvenkatacha...@gmail.com> 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

Reply via email to