jQuery UI Widgets Forums Plugins Response Missing jqxresponse in jqx-all.js

Tagged: 

This topic contains 2 replies, has 3 voices, and was last updated by  Navya1980 1 year, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Missing jqxresponse in jqx-all.js #102776

    supportsiav
    Participant

    Hi,using jQWidgets v6.0.6 jqx-all.js without includin the jqxresponse.js the following error appears
    Error: Uncaught TypeError: $.jqx.response is not a constructor
    here the sample code:
    $(function () {
    var response = new $.jqx.response();
    var displayInformation = function () {
    var os = response.os;
    var browser = response.browser;
    var device = response.device;
    var viewPort = response.viewPort;
    var documentInfo = response.document;
    }
    displayInformation();

    Best Regards,
    Luciano
    });

    Missing jqxresponse in jqx-all.js #102783

    Peter Stoev
    Keymaster

    Hi Luciano,

    Thank you for the feedback. We will look at whether this is valid for the current version(6.1.0).

    Regards,
    Peter

    Missing jqxresponse in jqx-all.js #131067

    Navya1980
    Participant

    Thank you for the feedback.

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

You must be logged in to reply to this topic.