Facebook's status update input (well, contenteditable div) detects links.
When typing a link it waits until the spacebar is pressed before fetching the URL.
When pasting a link it fetches the URL instantly.
I can already parse the url after the spacebar is pressed...but I'm not sure about detecting when content is pasted.
Any solution would be awesome; a jQuery formatted solution will be BEST!
以上就是How does facebook detect when a link as been PASTED的详细内容,更多请关注web前端其它相关文章!