English 中文(简体)
活性笔记:将JQuery Javascript活动附在新开放的子版上
原标题:ActiveScaffold: attach JQuery Javascript event to newly-opened subform

我想以更新的形式将JQuery的职能交给一个投入领域。 表格是标准活性Scaf文件夹,在清单中点击Edit链接。 我如何登记这一职能——什么事件表明该次安排已经开张,而人力部已经准备好? 新的一页没有装上,因此载荷功能没有装上。

最佳回答

使用.live( 方法,而且你不必知道该要素实际上何时随附。

问题回答

暂无回答




相关问题
Listen for Events from Browser "Find" Window in JavaScript

Is there a way to listen for typing into the browser s "find" window in JavaScript? (source: apple.com) I d like to be able to reinterpret the search text from JavaScript. What do I need to ...

Equivalent of PreviewKeyDown of C# needed for native C++/MFC

I used a ActiveXControl in a C# Forms application and had the possibility to implement a PreviewKeyDown event handler for that ActiveXControl. That was needed to specify that, e.g. the [ALT] key, is ...

Refresh the UI in gwt

I have created some custom composite widget, which listens to an events (in my case loginEvent). Once the event is caught the state of the widget changes so as the way it should look (in my case I ...

How to remove "onclick" with JQuery?

PHP code: <a id="a$id" onclick="check($id,1)" href="javascript:void(0)" class="black">Qualify</a> I want to remove the onclick="check($id,1) so the link cannot be clicked or "check($id,...

热门标签