Input inside Jquery UI Dialog not being sent?

后端 未结 5 1350
情深已故
情深已故 2020-12-08 21:44

The input fields in my dialog box aren\'t being posted, and i\'m not sure why...

i\'ve tested it on mac firefox and safari, and windows IE & firefox with the sam

5条回答
  •  萌比男神i
    2020-12-08 21:52

    On html5 compliant browsers (not IE, but latest ff, chrome and safari support it), you can set the "form" attribute on your input fields, and doing so lets you place them wherever you want. I suffered this problem too and took some time to figure out why ie did not send dialog inputs.

提交回复
热议问题