jQuery-Visibly icon indicating copy to clipboard operation
jQuery-Visibly copied to clipboard

Plugin to easily show elements based on values of other elements

Results 5 jQuery-Visibly issues
Sort by recently updated
recently updated
newest added

It seems that visibly is not compatible with JQuery 3.x I get it only working with version 2.2.4 but when using JQuery 3.x the related select box can't be change...

Do checkboxes work? I tried this: ``` Foo Foo2 Foo3 ``` with: ``` $('#test').Visibly(); ``` When ran it hides my #test DIV but will not show it when checkboxes are...

The plugin does not work when the reference type field is radio you see -> http://stackoverflow.com/questions/17703186/does-jqueryid-length-always-return-1 The plugin is still good Thanks! Antonio Cancellaro Hi!

Love the project! Could you add bower support. Thanks,

You may want to consider adding visibly to a data attribute to keep the html semantic instead of using it's own attribute. So: ``

enhancement