Home Forums Chart Support Use of jquery plugin when offline

Use of jquery plugin when offline

Viewing 2 posts - 1 through 2 (of 2 total)
  • #26305

    All the examples using jQuery correctly includes:

    <script type="text/javascript" src="https://canvasjs.com/assets/script/jquery-1.11.1.min.js">
    <script type="text/javascript" src="https://cdn.canvasjs.com/jquery.canvasjs.min.js"></script>

    I need to use Canvasjs in our intranet also when offline, so I succesfully substituted the second row with:

    <script src="../canvasjs-2.3.2/jquery.canvasjs.min.js"></script>

    (present in my local server)

    It works, but I need to substitute also the first row, with a link to local ‘jquery-1.11.1.min.js’ file.
    I already tried to download a “standard” ‘jquery-1.11.1.min.js’ file, but only the “official” file in canvasjs website seems to be working.
    Any solution? Is there a downloadable and working ‘jquery-1.11.1.min.js’ file, to install in my local folder?
    Thanks

    #26321

    @giuseppe-terzaghialbarubens-it,

    You can download jQuery from their CDN & serve it from your server. Please refer jQuery CDN for more info.

    Please refer our jQuery Gallery for more examples on variety of use-cases which you can edit & try or download locally.
    Chart inside a jQuery resizable window


    Vishwas R
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.