如何通过另一帧的事件改变一帧的dom?
我有一页,我已经写了代码
我正在使用jquery。现在我想在 FormView.jsp 的某些 div 中附加一些 html 元素,以响应 showFormPage.jsp 中触发的某些事件。
我该怎么做? 帮我..
i have one page and i have written code
i am using jquery. now i want to append some html elements in some div of FormView.jsp, in response to some of the event fired in showFormPage.jsp.
how can i do it?
help me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在事件处理程序中,您可以在另一个名为
other_frame
的框架中定位section
的元素 ID,如下所示:In your event handler you can target a element ID of say
section
in another frame called sayother_frame
, like so: