elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Hidde <section> #163

Open R3sidento opened 11 years ago

R3sidento commented 11 years ago

Hello sorry for my bad English.. I want to ask you, how do I hide on web tag

I've tried those:

(section name=“test“ style=“display:none“)(/section) (section name=“test“ style=“visible:hidden“)(/section) (section name=“test“ disable=““)(/section)

a

Nothing worked, it is probably blocked by something in JS. How do I hide

while the web is running? I want to have choice to turn it off by checkbox

Thank you for help.


Legend: () => <>

elclanrs commented 11 years ago

Please post some valid code I don't understand what's the problem.