开发者

jquery simple modal + asp.net

开发者 https://www.devze.com 2022-12-09 00:37 出处:网络
I have a jquery simple modal with a textbox and linkbutton on when the link button click event is fired and I try to get the textbox\'s value in the code behind it is empty

I have a jquery simple modal with a textbox and linkbutton on when the link button click event is fired and I try to get the textbox's value in the code behind it is empty

开发者_运维问答

Any ideas?


You should make sure that the modal window is appending inside form tag instead of the body tag.

http://www.ericmmartin.com/projects/simplemodal/#options

  • appendTo [String:'body']

The jQuery selector to append the elements to. For ASP.NET, use 'form'.

0

精彩评论

暂无评论...
验证码 换一张
取 消