jQWidgets Forums

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • allocation size overflow #62243

    jahnvi25
    Participant

    i keep getting this error.. on jqxslider.. below is my code..

    $(“#priceSlider”).jqxSlider({ showButtons: true, height: 30, mode: ‘fixed’, rangeSlider: true, width: ‘96%’,step:5 });

    then in some ajax sucess i have following code
    $(‘#priceSlider’).jqxSlider({ min:2.81});
    $(‘#priceSlider’).jqxSlider({ max:1092.34});
    $(‘#priceSlider’).jqxSlider({ values: [2.81,1092.34] });

    after this error.. display becomes messy..

    how can i fix this ?

    allocation size overflow #62259

    Peter Stoev
    Keymaster

    Hi jahnvi25,

    Sorry, but I don’t see a problem with the current version of the Slider. Example based on your code – http://jsfiddle.net/jqwidgets/1xy3u8v4/

    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.