If I have 2 divs, like <div id"stdout"></div> and <div id"stdout2a"></div> then $("stdout").typist('echo', "hello").typist('echo',"hello2"); and $("stdout2a").typist('echo', "hello").typist('echo',"hello2"); has unpredictable behavior
If I have 2 divs, like
and <div id"stdout2a">
then $("stdout").typist('echo', "hello").typist('echo',"hello2");
and $("stdout2a").typist('echo', "hello").typist('echo',"hello2");
has unpredictable behavior