jQWidgets Forums

jQuery UI Widgets Forums Dialogs and Notifications Window window does not destroy

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • window does not destroy #14975

    homam
    Member

    Hi,
    I have a window in my code and i even copy/pasted your destroy code from window-api ref.
    but it is not work.
    my html element which in this case is a

    div

    has an id and class and i tried both even form upper scopes like

    $(body).find('#my_div').jqxWindow('destroy')

    but it is not working
    the window will close but the window functionality won’t be destroied
    can you help me plz?

    window does not destroy #14976

    Peter Stoev
    Keymaster

    Hi homam,

    You may use: $(“#window”).remove(); as a workaround.

    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.