bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

Editor not showing

Open MarcTowler opened this issue 9 years ago • 1 comments

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

MarcTowler avatar Dec 11 '15 18:12 MarcTowler

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

toopay avatar Dec 14 '15 08:12 toopay