开发者

jquery simple modal + asp.net

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜