Jquery In Wt
Added by Anonymous Why over 14 years ago
hello,
i'am a new user of Wt C and i'am wondering how can i change the version of Jquery in jquery_js.C : the version of wt jquery is 1.4b1 but there are a new version of jquery framework (1.4.2 [[http://code.jquery.com/jquery-1.4.2.min.js]]).
Thanks;
Replies (2)
RE: Jquery In Wt - Added by Koen Deforche over 14 years ago
Hey,
you can do this by replacing jquery.min.js in src/web/skeleton/, and rebuilding the library (i.e. 'make').
Regards,
koen