Jquery Modal Dialog disables form elements
Posted
by Mr W
on Stack Overflow
See other posts from Stack Overflow
or by Mr W
Published on 2010-05-12T13:31:42Z
Indexed on
2010/05/12
13:34 UTC
Read the original article
Hit count: 385
jQuery
|modal-dialog
Hi, When I set my jQuery dialog to model=true, it disables my form elements inside the dialog and I cannot use them, only the buttons. I have seen examples where the contents of the dialog is declared in the dialog initiation script and then injected. but that is just to bulky for me, I want to be able to create my markup inside the DIV which I turn into a dialog.
Anyone got a solution for me?
© Stack Overflow or respective owner