News

If I use the appendChild() method instead of append() in the javascript code, then everything works correctly. But I can't manage this javascript code in my application (it comes from business clients ...
I was digging around on twitter and I found a great comment from @BenAtExocortex: “Javascript has no block scope (!) but one can use self-executing functions instead (as Javascript has function scope.