jQuery.IE9Gradius.js
jQuery.IE9Gradius.js copied to clipboard
Input Types + CSS class - not working
Your jquery script works great on standard a elements and divs. However, we are trying to add this as a class for a input type button and it doesn't work in IE9.
Everything is applied to .button-green, and it works fine on a standard html <a href=" " > link.
However, when trying to apply this to an input field, it doesn't work. Tried adding input as an additional option in the jquery.ie9gradius.js file, but still didn't work.
html <input type="submit" class="button-green" value="Login">
Any suggestions? Would really like to use this, but would like to be able to apply it via classes with input types.