Home › Forums › JavaScript › Whats wrong with external script? › Reply To: Whats wrong with external script?
March 29, 2015 at 10:50 am
#199207
Participant
$(function() {
$( "#progressbar" ).progressbar({
value: 37
});
});
Uncaught TypeError: undefined is not a function
….is an error I can see. Is “progressbar” declared as a function?