|
Jemplate would greatly benefits from 2 little changes :
- javascript stringbuffer class as explained here (huge speed up in IE) http://www.softwaresecretweapons.com/jspwiki/Wiki.jsp?page=JavascriptStringConcatenation
- evaluate scripts after adding them to the innerHTML using EvalScript function from Prototype for ex.
I tried it, it's not much to modify, and it improves greatly the tool.
bongoking at free dot fr
|