Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Tips and Tutorials
input field's label does not get an id
nino
December 2012
when creating a form using Fieldset, the input field has an id that i can use to access it in javascript for some other purpose. however the field's label has no id. how can i set the label's id while building the Fieldset.
nino
December 2012
anyway guys, i was able to find a solution.
i am using jquery so i was able to access the label like this.
$('label[for="foo"]').hide ();
if not, i will have to loop for each of the labels in the form or build the form in another way.
Harro
December 2012
In v1.5. the fieldset will add the 'id' attribute to the label tag.
nino
December 2012
thanks Harro
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
December 2012
nino
December 2012