OK, through process of elimination it is the:
$("#info").append(data);
code that is crashing the browser -

Could you do more elimination process by trying those ?

- $("#anemptynodeofsamekind").append(data);
- $("#info").append("Hello");
- $("#info").html(data);

So you can see if it's the content of data which cause problem or the
content of #info

Reply via email to