Hello.

I trying to use jQuery to select label elements in my forms, utilizing
this sintax:

var label = $("label[for='ds_email']");

But jQuery returns a empty object ... the label exists in the form
what I tryng to select.

Anyone have a solution for this problem? :S

Thanks :)

Reply via email to