Slider bar not locking up

I have multiple sliders in a div, and they all have some random value set(i.e Value=rand) between their (min, max) range.
I have a callback which renders the selected value in the slider. The value rendered is correct but the sliders knob are going back to the value set by value parameter during slider creation, they should be locked on the position moved by the user.
However, when I am not using the value parameter the slider works as normal.

Solved this, please skip !!!Thanks