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?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #199204
    pvl123
    Participant

    Hello, im wondering what is wrong with my script here http://merecepty.uphero.com/filter.html

    I proceeded an manual but it not works http://fronteed.com/iCheck/

    #199206
    Shikkediel
    Participant

    Could be anything. Might be better to elaborate.

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

    #199213
    pvl123
    Participant

    Thanks for the help, I tried to remove that, but it still not works.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.