jqueryUI spinner images missing

739 Views Asked by At

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

enter image description here

and the console erros I am getting are

enter image description here

is it jquery's or jqueryui's fault? it used to be fine without any errors a few weeks ago.

1

There are 1 best solutions below

5
On BEST ANSWER

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