> But the same QT, the same webkit application compiled on PC displayed > correctly jquery with javascript. It also worked for all browsers on PC. For > embedded platforms, Do I need a specific library or option for javscript > jquery ? Here is the configure command QT :
I would start by debugging jQuery. It's a JavaScript library, so most likely it does not need special build options. The debugger in Web Inspector can be useful to trace the execution of any JavaScript code. BTW, it's "Qt" and not "QT" (see http://ariya.blogspot.com/2009/01/qt-not-qt.html). -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
