3. supl (TYPE_MOBILE_SUPL);
A Secure User Plane Location specific Mobile data connection. This connection may be the same as {TYPE_MOBILE} but it may be different. This is used by applications needing to talk to the carrier’s Secure User Plane Location servers for help locating the device
$('.r-slider').slider({
range: true,
min: 0,
max: 500,
values: [ 75, 300 ],
slide: function( event, ui ) {
//console.log(ui);
if(ui.value == ui.values[0]) console.log('left');
if(ui.value == ui.values[1]) console.log('right');
}
});