I have an input element
<input id="spinner" value="0">
which I turn into the spinner on document ready
$("#spinner").spinner({ step: 100, min: 0 });
but its display is incomplete as the pic shows
and the console erros I am getting are
is it jquery's or jqueryui's fault? it used to be fine without any errors a few weeks ago.
Actually if you want to use these components you should import the jQuery UI package (or just what you need.. in your case images folder).
Download it from here. It contains the images you require, as well