Please check above JSFiddle link for running code.
I am having issue in JQuery Dialog in IE.
My guess is the issue is because of multiple forms or divs. I have my code as per below:
<div>
<form>
<table> ..... </table>
<div id='dialog-form'>
<form> </form>
</div>
<div>
<table> .... </table>
</div>
</form>
</div>
The JSFiddle code works fine in Firefox and Chrome. But it shows error in IE
Message: cannot call methods on dialog prior to initialization; attempted to call method 'open'
Any help appreciated. Thank you.