minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

Demo not working #44

Closed mohsen1565 closed 9 years ago

mohsen1565 commented 9 years ago

Hi. I tried to run the demo code that you provided here (vertical progressbar bottom) but I get 2 errors when I open the console and nothing shows at all. The Errors are as follows: 1- Uncaught TypeError: Cannot read property 'noop' of undefined 2- Uncaught TypeError: undefined is not a function (meaning the function "progressbar"). Is it possible for you to send me the whole source code for that demo, so I can run it on my computer and see where my mistake is...? Best Regards.

minddust commented 9 years ago

hey @mohsen1565

  1. appears when jquery isn't loaded
  2. appears when progressbar.js isn't loaded

the source of the demo is available through my github page:

https://github.com/minddust/minddust.github.io

but is in an abstract jekyll templating form. to run every sample on your own - a source snippet is provided under each visual demo:

http://www.minddust.com/project/bootstrap-progressbar/demo/

if I have to guess: you missed to include jquery.

good luck :)

mohsen1565 commented 9 years ago

Dear Stefan. I decided to send you the source code as it is not too lengthy and very easy to read to make sure it's in line with the source code for the demo... I have followed all instructions and made sure that the link between the html page and js files is well established. I would be very thankful if you can have a look at the source code. Regards.

On Wed, Jan 14, 2015 at 1:40 AM, Stephan Groß notifications@github.com wrote:

hey @mohsen1565 https://github.com/mohsen1565

  1. appears when jquery isn't loaded
  2. appears when progressbar.js isn't loaded

the source of the demo is available through my github page:

https://github.com/minddust/minddust.github.io

but is in an abstract jekyll templating form. to run every sample on your own - a source snippet is provided under each visual demo:

http://www.minddust.com/project/bootstrap-progressbar/demo/

if I have to guess: you missed to include jquery.

good luck :)

— Reply to this email directly or view it on GitHub https://github.com/minddust/bootstrap-progressbar/issues/44#issuecomment-69753292 .

minddust commented 9 years ago

please don't send me code via mail. (btw didn't received any)

i've just set up a working jsfiddle for you:

http://jsfiddle.net/abwkorq7/

pretty straight forward. just follow the instructions and you should be good

minddust commented 9 years ago

if it's still not working - just make / modify that jsfiddle and i will take a look if i find some time

mohsen1565 commented 9 years ago

Thank you very much Stefan, it's running fine now.... Regards. On 14 Jan 2015 07:07, "Stephan Groß" notifications@github.com wrote:

if it's still not working - just make / modify that jsfiddle and i will take a look if i find some time

— Reply to this email directly or view it on GitHub https://github.com/minddust/bootstrap-progressbar/issues/44#issuecomment-69810330 .