For a recent version of jQuery:
$("#slider").slider('option', 'value')
returned zero for a double slider version. This returned a two element array with the proper values:
$("#slider").slider('option', 'values')
Note that value is plural.