Using jquery instead of javascript with qml help
-
In qml, you can access C++ coding, you can achieve the purpose using C++
-
jQuery is browser-oriented js library. I really doubt that it is possible to port it to qml. You can use c++ not to use jquery, but to implement similar methods in c++ and use them in qml.
-
I just finished a small library so I don't have to handcraft all my ajax requests, you can find the library at https://github.com/peppelorum/ajaxmee
If you use it please let me know, if you find any bugs, please file a bug at github, or even better, fork it and pull request.