-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Do checkboxes work?
I tried this:
<input id="foo" name="foo" type="checkbox"> Foo
<input id="foo2" name="foo2" type="checkbox"> Foo2
<input id="foo3" name="foo3" type="checkbox"> Foo3
<div id="test" class="conditional" visibly="foo:checked%foo3:checked">
with:
$('#test').Visibly();
When ran it hides my #test DIV but will not show it when checkboxes are checked
Metadata
Metadata
Assignees
Labels
No labels