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
I have some problems when using it,I get a state in the database, and if it's off, I close it from the new rendering. What should I do?
The text was updated successfully, but these errors were encountered:
What is your problem? I do not understand.
TO LISTEN CHANGED VALUE, you'd refer this code from examples:
changeCheckbox.onchange = function() { alert(changeCheckbox.checked); };
Sorry, something went wrong.
resetSwitcheryPiso: function() {
// uncheck some html checkbox $('.por_piso .js-switch-piso').each(function(){ $(this).get(0).checked=false; }); // delete elements plugin switchery $('.por_piso .switchery').remove(); // Reload plugin switchery var elems = Array.prototype.slice.call(document.querySelectorAll('.js-switch-piso')); elems.forEach(function (html) { var switchery = new Switchery(html, { size: 'small' }); }); },
Please ¿Can you add a simple method for reload switchery plugin?
No branches or pull requests
I have some problems when using it,I get a state in the database, and if it's off, I close it from the new rendering.
What should I do?
The text was updated successfully, but these errors were encountered: