jQWidgets Forums

jQuery UI Widgets Forums Getting Started jqwidgets, jquery ,jquery UI Version

This topic contains 4 replies, has 2 voices, and was last updated by  Kyvaldenius 4 years, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • jqwidgets, jquery ,jquery UI Version #114864

    Kyvaldenius
    Participant

    good afternoon, please tell me, I can’t figure out which versions are needed for jqwidgets to work

    I mean :
    1) download the latest version from the jqwidgets website or from the nuget jqwidgets framework
    2) you need jquery to work – you can install any version or only the jquery-1.11.1.min.js version as in the examples
    3) jquery is also needed – you can install any version or only a certain version

    jqwidgets, jquery ,jquery UI Version #114866

    admin
    Keymaster

    Hi Kyvaldenius,

    You may remove jQuery. It is not necessary.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    jqwidgets, jquery ,jquery UI Version #114868

    Kyvaldenius
    Participant

    remove jQuery?

    Getting Started
    Download jQWidgets
    Unzip to a directory of your choice
    Copy the jqwidgets directory to your project
    Use your favorite text editor to create a basic HTML page:
    <link rel=”stylesheet”
    href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
    <link rel=”stylesheet”
    href=”../../jqwidgets/styles/jqx.darkblue.css” type=”text/css” />
    <!– add the jQuery script –>
    <script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
    <!– add the jQWidgets framework –>
    <script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>

    Did I understand correctly, you can remove jquery and everything will work

    referring to the documentation where jquery is needed

    jqwidgets, jquery ,jquery UI Version #114879

    admin
    Keymaster

    Hi Kyvaldenius,

    It is no longer necessary to have jQuery in order to use jQwidgets.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    jqwidgets, jquery ,jquery UI Version #114881

    Kyvaldenius
    Participant

    figured out the problem, did not connect the scripts correctly, namely:

    no need to use NUGET for installation, download the archive from the jqwidgets website, add scripts from the archive to the project and add them after connecting jquery

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

You must be logged in to reply to this topic.