Skip to content

carnesmedia/toggle_input_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

toggle_input_container

Show and hide dom elements when checkboxes or radios are selected.

Info:

Since I'm having a hard time naming and concisely describing this

<label for="good_day">
  <input type="checkbox" id="good_day" />
  Are you having a good day?
</label>

<div id="show_good_day_more">
  <label for="good_day_more">Please tell us more</label>
  <input id="good_day_more" />
</div>
$('#good_day').toggle_input_container('#show_good_day_more');

About

Show and hide sections when checkboxes or radios are selected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published