0
$(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 '('.)

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339

0 Answers0