Hello,

thank you very much for your answers !

Here is my solution to use yquey inside of qooxdoo:


In the "config.json" I added:

    "additional-js" :
    {
      "add-script" :
      [
        { "uri" : "resource/pathToJQuery/jquery.js" },
        { "uri" : "resource/pathToPlugin/plugin.js" }
      ]
    },


In the .js module using the jquery I added:

#asset(pathToJQuery/jquery.js)
#asset(pathToPlugin/plugin.js)


Before the method using the jQuery / plugin API I add the following comment
to suppress lint warning regarding the "$":

/**
 * @lint ignoreUndefined($)
 */



Cheers Kora





--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Has-Anybody-experience-in-using-jQuery-plugin-inside-of-qooxdoo-tp7583867p7583915.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

Reply via email to