javascript - Dropzone Bootstrap JS Error -


heyho -

i not best in javascript. tried dropzone bootstrap ( http://www.dropzonejs.com/bootstrap.html ) work getting error in console.

this error: http://postimg.org/image/f1fx0cz1j/

i can see bootstrap theme milli secound im getting default theme.

the form has class dropzone.

i copy , pasted code above given link, there should nothing wrong.

i have no problems sample code.

could be, copied visible sample code page , did not include dropzone.js in html header or @ end of body?

if want copy sample, need copy whole page - save local or view html source , copy paste it. code snippets shown on page explanation not run on own.

so make sure have sort of:

<script type="text/javascript" src="dropzone.js"></script> 

either in html head or before last </body> tag


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -