cssTwiddle 

$('#the-width').cssTwiddle({
    target_selector: '#the-box',
    target_property: 'width',
    min: 50,
    max: 500,
    inc: 2
});