Hi all

I have used jQuery inside Qooxdoo some times when i needed to migrate some
old code replacing all $ and jquery references by qxWeb step by step.

For loading jQuery, i prefer use ScriptLoader in defer section of my
application class.

In some case i have used add-script key in config.json instead of
ScriptLoader:

"add-script" :
[
  {
    "uri" : "http://path/to/jquery";
  },
  {
    "uri" : "http://path/to/jquery/plugin";
  }
]

http://manual.qooxdoo.org/2.2/pages/tool/generator/generator_config_ref.html#add-script


Regards

Joaquin F.


2013/6/14 kora <[email protected]>

> Hi there,
>
> Has Anybody experience in using jQuery (plugin) inside of qooxdoo ?
>
> Cheers
>
> Kora
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Has-Anybody-experience-in-using-jQuery-plugin-inside-of-qooxdoo-tp7583867.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to