We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I've incorporated you excellent checkboxes.js into a Drupal modue, https://gitlab.com/agaric/drupal/checkboxesjs
First, i wanted to let you know and say thanks.
Second, i wanted to see if you'd be willing to add a composer.json file to the repository, to make it easier to include in PHP projects:
composer.json
{ "name": "rmariuzzo/checkboxes.js", "description": "A jQuery plugin that gives you nice powers over your checkboxes.", "type": "library", "homepage": "http://rmariuzzo.github.io/checkboxes.js/", "license": "MIT", "authors": [ { "name": "Rubens Mariuzzo", "homepage": https://github.com/rmariuzzo } ] }
I know that's kind of silly, but there's not any good way to do this, that i know of.
Anyhow, thanks greatly for the plugin!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I've incorporated you excellent checkboxes.js into a Drupal modue, https://gitlab.com/agaric/drupal/checkboxesjs
First, i wanted to let you know and say thanks.
Second, i wanted to see if you'd be willing to add a
composer.json
file to the repository, to make it easier to include in PHP projects:I know that's kind of silly, but there's not any good way to do this, that i know of.
Anyhow, thanks greatly for the plugin!
The text was updated successfully, but these errors were encountered: