So here's the thing am trying to do: I have a textfield and am writing things inside of it.
Using ajax am able to change the content of a div, by setting its content to whatever there is in the textfield.
However the problem is that am using the onChange event of the textfield! Is there a way to make the div content change automatically (in real-time) rather than using the onChange event?
divknow when it has to get updated ?