[Ilugc] [TIP] HTML client side processing to talk to CGI

  • From: manokaran@xxxxxxxxx (Manokaran K)
  • Date: Mon, 21 Nov 2011 10:24:29 +0530

On Mon, Nov 21, 2011 at 7:42 AM, Girish Venkatachalam <
girishvenkatachalam at 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

Other related posts: