Jon
Jon
If you are using Fedora the problem can be caused when you upgrade by this: [https://fedoraproject.org/wiki/Changes/Vagrant_2.2_with_QEMU_Session](https://fedoraproject.org/wiki/Changes/Vagrant_2.2_with_QEMU_Session) So adding `libvirt.qemu_use_session = false` to your Vagrantfile may fix it.
In case anyone is interested, after checking those who have forked the project, the most recently updated version has been made to work with PHP 7 and Mongo 3.4: [https://github.com/viktor-poltorak/rockmongo](url)
I resolved this issue by using the `data-parsley-class-handler` attribute to set which element should be used for adding the parsley-error class onto when validating. You can find the information for...
@sml1990 Other distributions linked on the main page note that they do not require jQuery, perhaps this one [https://github.com/gitbrent/bootstrap-switch-button](https://github.com/gitbrent/bootstrap-switch-button) using ES6 would be what you are after instead?
I've just run into this problem, managed to work around it by enclosing the input in a div and then using a delegated click event on .toggle for that div,...