Created
July 13, 2012 22:01
-
-
Save kris-g/3107839 to your computer and use it in GitHub Desktop.
Clean way to bind result value of bootstrap radio buttons to a single form input
I had to change button.live to button.on button.on('click', function() {
to get this to work with jquery 1.9.1
good show!
Updated for Bootstrap 3 here: https://gist.github.com/canuk/7017679
i modify a bit https://gist.github.com/infacq/7191382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1. Thanks!