Is there any event in jQuery when on 'text' goes to a new line.
I need to show a alert box when a text goes to new line in jQuery?
Here is my fiddle.
http://jsfiddle.net/naveennsit/rgeHe/
setInterval(function () {
$('#realTimeContents').append("Hiiiii. is div")
}, 1000);