Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Whats wrong with external script? Reply To: Whats wrong with external script?

#199207
Senff
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?