English 中文(简体)
在表格中添加新行的插头
原标题:Intercept when new rows are added to a table

在遗产应用中 我有一个表格,最初只有一组可供使用的浏览量,以适应目前的页数。 当用户在表格的四舍五入下时,自动通过javascript添加新行。

www.un.org/Depts/DGACM/index_spanish.htm 我需要做的是能够拦截 <<> > >。 表格中添加了这些词语:

我尝试了以下法规(一度在零配件上,一度在桌旁),但没有取得任何结果:

$(document).ready(function()
{
  $( #myWebGrid1 ).change(function()
  {
    alert( changed! );
  });
});

我也尝试了转水法,但是,它要么没有发挥作用,因为 d积面积不会改变。

问题回答

我认为,你的唯一选择是使用旧的livequery。 plugin 允许有类似情况(或你可以复制该图人所用的逻辑),你可以从article 查阅。

不幸的是,在改变或修正OMM时没有发生任何事件。 这里的解决办法是手工地在法典中增加一项活动,使OMM得到更新,你可以在法典中增加听众。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.