On the jQuery UI selectable demo page: http://jqueryui.com/demos/selectable/#default when you select elements, you can see the selection box outline. How come this doesnt appear when I try it?
This isnt my fiddle, but it also has the same problem:
http://jsfiddle.net/jMDVm/40/
It’s because it’s missing the jQuery UI stylesheet, which contains the class for styling the selection helper box. Add the following to your CSS: