Hi guys, I have a jquery modal which contains a form which has an ajax button. The problem I have is that when using internet explorer 8 (and presumibly older versions) when the button is clicked an ajax callback is fired for the button AND also an ajax form submit callback is fired. This doesn't happen with ie9, firefox or chrome. For these browsers I just get the one ajax callback for the button which is what I would expect.
Does anyone know what would cause the form submit to fire on ie8? Thanks for your help. Matthew Goodson
