easy-toggle-state icon indicating copy to clipboard operation
easy-toggle-state copied to clipboard

A tiny JavaScript library to easily toggle the state of any HTML element in any contexts, and create UI components in no time.

Results 18 easy-toggle-state issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Allowing multiple triggers to interact with the same toggle-able element would be very welcome. For example, a main navigation trigger/button...

enhancement

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to wait the initialization of the triggers to have the default state of the...

**Describe the bug** In the documentation, the Codepen example associated to simple tabs doesn't work as expected. **To Reproduce** Steps to reproduce the behavior: 1. Follow the codepen link in...

bug

**Describe the bug** When putting data-toggle-class on a radio input or checkbox input it stops the native functionality of the input (i.e. the radio button does not visibly change). Can...

I'm trying to setup a menu navigation so each sub nav opens and closes the other however, i also want the parent a tag an active class added as well....

Is it possible to trigger a method that toggles an element so I can toggle it via some custom javascript logic? Some context: I have a table with a button...

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.1.1. Release notes Sourced from lint-staged's releases. v11.1.1 11.1.1 (2021-07-24) Bug Fixes the shell option value should be optional instead of required (#996) (f7302f4), closes...

dependencies

Bumps [del-cli](https://github.com/sindresorhus/del-cli) from 3.0.1 to 4.0.1. Release notes Sourced from del-cli's releases. v4.0.1 Upgrade dependencies 72e377d https://github.com/sindresorhus/del-cli/compare/v4.0.0...v4.0.1 v4.0.0 Breaking Require Node.js 12 4c65d87 Improvements Upgrade dependencies 4c65d87 https://github.com/sindresorhus/del-cli/compare/v3.0.1...v4.0.0 Commits 1e9d718...

dependencies

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.1. Release notes Sourced from husky's releases. v7.0.1 Fix gracefully fail if Git command is not found #1003 (same as in v6) v7.0.0 Improve .husky/...

dependencies

I understand that multiple targets can be assigned, but can multiple targets have their *own* set of classes be toggled as well? Right now it seems the multiple targets must...