We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1. 我使用的是weebox 0.3,使用Jquery框架,打开弹出窗口函数如下: function showudiv(div){ DivStBox=$.weeboxs.open( '#'+div, { title: '新建窗口', width: 600, height: 300, contentType: 'text', showButton:false //是否显示确定和取消按钮 } ); } 2.在弹出窗口中有一个表单,表单中有几个单选按钮,有两个 输入框(input),一个 button按钮,在button按钮上绑定了一个事件处理函数,在处理�� �数中获取表单中各 元素的值,单选按钮的值可以正常获取,输入框中的值只能�� �取初始化时的值比如 “5”,不能获取修改后的值(假设修改为“8”),请问这是 不是一个BUG?应该如何解决? 3、我在事件处理函数中获取表单元素的值是用以下语句获取� ��。 var data = $("#myform"+articleid).find("input").serialize();
Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 7:41
[email protected]
The text was updated successfully, but these errors were encountered:
xiejinci,你好,我已经解决了这个问题,原来是打开弹出窗口 函数的第一个参数写错了,因为 我的弹出层的ID是动态的,应该写成“#”+div+“”,就可 以了。
Original comment by [email protected] on 1 Apr 2010 at 3:21
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 31 Mar 2010 at 7:41The text was updated successfully, but these errors were encountered: