Skip to content

Do checkboxes work? #4

@jasondavis

Description

@jasondavis

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions