jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList minor https notice using drop-down

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • minor https notice using drop-down #80817

    edwardsmarkf
    Participant

    hello – i am using the drop-down and LOVE IT. what an incredible time-saver it is!

    i am getting this chrome message:

    Mixed Content: The page at 'https://mydomain[dot]com/blah/blah/blah.php' was loaded over HTTPS, but requested an insecure image 'http://jqwidgets.com/public/jqwidgets/styles/images/icon-down.png'. This content should also be served over HTTPS.

    https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js

    5797:	if ( computed ) {
    5798:		ret = computed.getPropertyValue( name ) || computed[ name ];  

    the message seems to be on line 5798.

    i realize i can and probably should ignore it, but sooner or later chrome is going to start enforcing this. is there somewhere in the code where jqxwidgets is specifying “http://” rather than just “//” ?

    thank you very much

    minor https notice using drop-down #80823

    Peter Stoev
    Keymaster

    Hi,

    The problem is that instead of downloading jqwidgets, you put links to our website. The other problem is that you use http in these links but you open your page with https. So you should use https links

    Regards,
    Peter

    minor https notice using drop-down #80869

    edwardsmarkf
    Participant

    thank you peter.

    since you and i both know that jqwidgets is TOTALLY AWESOME and the biggest time-saver for website development ever, have you ever considered storing these libraries in the google library, just like jQ does?

    <script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js”></script>

    my two cents worth.

    minor https notice using drop-down #80875

    Peter Stoev
    Keymaster

    Hi,

    Thanks for the update.

    Regards,
    Peter

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

You must be logged in to reply to this topic.