$(function){
$('.box').draggable ();
$('#box1').draggable ({scroll: true});
$('#box2').draggable ({axis: x});
$('#box3').draggable ({axis:y});
});
Jslint Error:
'$' was used before it was define
Expected exactly one space between 'function' and '('.)