📜 ⬆️ ⬇️

Implement tree comments using javascript

In a recent topic, I suggested organizing tree comments using a DOM model in JavaScript.
Now this proposal is implemented in the engine that I am developing.

As my first tests showed, everything works with a bang under all major browsers (FF 3, Opera 9.63, IE7, Safari 3, Chrome (dev)).
Following the link is a working alpha version of the engine, which can (and should) be tested. Therefore, I appeal to you with such a small request.
Interested in your feedback on the speed of loading comments and how everything will work under different browsers.

')

Source: https://habr.com/ru/post/50694/


All Articles