neptuno
neptuno
You should change it to this using $ or Quatrix , Qx etc ``` javascript Qatrix Qatrix.id Qatrix.tag Qatrix.class Qatrix.dom Qatrix.select Qatrix.animate Qatrix.fadein Qatrix.fadeout Qatrix.ajax Qatrix.json.decode Qatrix.json.decode Qatrix.json.isJSON Qatrix.url Qatrix.style.get...
What if another code is using this name "fn" in the global scope ``` javascript for (var fn in Qatrix) { window[fn] = Qatrix[fn]; } window.Qatrix = Qatrix; ```
can you provide an example ?