jQWidgets Forums

jQuery UI Widgets Forums General Discussions Change Styles of Widgets

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Change Styles of Widgets #53309

    Tim.Garner
    Participant

    We can add a style class like jqx-window-content to add change the appearance of lets say the Window widget.

    Is there a way to change the background on the fly of widgets. For example using something like

    $(“#jqx-window-content”).css(“background-color”, “#323232″);

    Thanks
    Tim

    Change Styles of Widgets #53313

    Peter Stoev
    Keymaster

    Hi Tim,

    To select HTML element by CSS Class using jQuery, the script should be: $(“.jqx-window-content”)

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.