refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Editor not showing #206

Open MarcTowler opened 8 years ago

MarcTowler commented 8 years ago

After several attempts I was still unable to get the editor to show so I decided to start a fresh HTML page and put in the example you gave on the website (plus the script call of course) and I still have a page without the editor.... When I open the Chrome developer tools I am presented the following error:

bootstrap-markdown.js:895 Uncaught TypeError: Cannot read property 'fn' of undefined

toopay commented 8 years ago

Since fn is part of jQuery, you need to load it first prior markdown script.