[Proto-Scripty] Re: How to override / hack Element.update function?

2008-11-20 Thread polydor
I wanted to make a DOM in a proper way, and not just updating innerHTML myself, but I already refactored my code and make a whole table-string and then updating the DIV container, which is much faster than using the update-function. Nevertheless, when encountering this, I wanted to know what I

[Proto-Scripty] Re: How to override / hack Element.update function?

2008-11-19 Thread EMoreth
I had this kind of problem some time ago.. I had a table that was generated by javascript showing values that were added to the database from all users. So when the administrator needed to get the full table it took years to load. This kind of thing is generally only text data, with no script