Re: [Xsltforms-support] Detecting and debug-logging of not-foundelements by id
Brought to you by:
alain-couthures
From: <ala...@ag...> - 2010-05-20 10:21:45
|
Hi Kostis, The $() function was in conflict with some Javascript frameworks where it is also defined that's why I had to, at least, rename it but I prefered removing it. A long time ago, such check was effectively present in XSLTForms and it's good for debugging but such a function is called very often and for speed it would be nice not to redefine it this way. Can you try to redefine document.getElementById itself? This should work because Javascript usually permits this! Debug mode could, then, add corresponding instructions... Thanks! -Alain |