English 中文(简体)
我如何能够从案文中获取新加入的案文?
原标题:How can I get the newly entered text from a textarea?

我想像谷歌波这样的聊天方案,显示实时的类型。 此时此刻,我刚刚使用一个文本。 我只想知道,用户对文本领域(无论是单一性质还是过去的文本)有何改动,而不必对整个文本领域做一个小事。 我的行文是使用<条码>的>准时和<条码>的。 但我认为,这只能给我“案文前”和“案文之后”。 任何想法?

最佳回答

这类功能最有可能通过打字型打字装置实现。

在这里,它将如何打破僵局:

  1. 附属活动处理员前往一个文本区,追踪对特性水平(思考、关键缩减、关键压缩、关键等)的改动,并将这些改动变成一个信息缓冲。

  2. 如果你认为“换”、“换代”等“晚期交易”有助于检查你恢复状态的正直性,并准备进行“全面再交易”(例如,表示其他客户将做完全的“假”)

  3. 在间隙(每小时3-1次),你空出信息缓冲,并向其他客户重新发送信息(直接连接[网络电话?],或者通过服务机间接发送)。

  4. 当客户收到电文时,他们按收到电文的同样顺序处理电文,[全心全意]以同样的状态、错误或冲突倒退告终:信号全貌

  5. 全体辛勤客户应重新铺平全部状态,并尽量使重点/重点接近最后职位

顺便提一句:这一概念与“区域”概念大为简化,在这一概念中,你可以在不影响地雷的情况下完全清理贵区域。

希望这一帮助 - ck

问题回答

您将研究<条码>关键活动:<条码>关键、<条码>、>关键、<条码>关键><<>

W3C 键盘活动

但是,你还需要考虑过去的文本——可能没有关键媒体。

简化活动交付的一个战略是建立一个提交纽州。 然后,你们会知道用户在发言中做了什么。

2. 跟踪贵案文领域的价值并确定 间隔期和比较本身,看它是否改变。 这为过去、正常的主要新闻等工作。

<>>Example:

var lastVal = $("#myTextInput").val();
setInverval(function(){
    if($("#myTextInput").val() != lastVal) {
        lastVal = $("#myTextInput").val();
        // the text changed, do something with the current value (AJAX, whatever)
    }
}, 300);




相关问题
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.

热门标签