What Version of JQuery does SC officially support ?

What Version of JQuery does SC officially support ?

You can see which version is used in the file “[SCRIPTCASE-PATH]/prod/third/jquery/js/jquery.js”.

My SC7 uses jQuery v1.8.2 and SC8.1.049 (the most recent SC) uses jQuery v1.8.2 too :smiley: :smiley:
They probably can’t change because of old code, as it would break old applications…

Do you need to use a newer jQuery??

Hi , yeah subsequent to my post i figured out it was 1.8.2:confused:

Yes , i want to use Bootbox (http://bootboxjs.com/) which requires Jquery 1.9.1 as it uses Bootstrap 3 Javascript. This is on a control application , if I add the references to the application for the versions of Jquery and Bootstrap that Bootbox requires , some of the fields stop working (datepicker timepicker) , and the select fields loose their formatting obviously they require 1.8.2.

EDIT:
My workaround was to use bootbox v3 which uses Bootstrap 2.3.2 which doesnt require Jquery 1.9.1 :frowning: