0

I have modal jqxWindow

<div id='jqxwindow'>
    <div>Header</div>
    <div>Content   <div id='jqxMyCheckbox'>CheckBox</div>  </div>
</div>

and I want to post control values from this window by HTML method. If i add Form tags to the window, the jqxwindow seems to stop exists. Please advice on right approach - how to Post control values from jqxwindow form.

please note, I'm looking for compact way, using declared controls only in HTML preferably. If i implement JQuery $.post method, I need to declare variables and control names again. That makes implementation too complex.

4

1 回答 1

0

希望下面的帖子对你有帮助

http://www.jqwidgets.com/submit-form-with-jqxlistbox/

简而言之,尝试将“名称”属性分配给您希望包含在帖子中的一些 jqWidget。

于 2015-04-27T15:10:50.997 回答