Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

how to replace the the javascript code and ajax features from default js to jquery

+2 votes
how to replace the the javascript code and ajax features from default js to jquery
asked Nov 2, 2010 in Q2A Core by anonymous

1 Answer

0 votes
 
Best answer

You don't need to. jQuery is not a different language, it's a framework built on top of Javascript. You won't get any improvement from switching to jQuery, at least not with the low amount of Javascript that is currently used. You would end up running the same Javascript but with more overhead.

(Though it has been suggested several times that Q2A could convert to jQuery, since it would make future development using JS much easier.)

answered Nov 2, 2010 by DisgruntledGoat
what kind of javascript framework is in use ?