I’m using a jquery plugin to create some element in bubble.
I’m able to link to the external css and javascript files by adding them to an html element on the page like below and the plugin works.
But when i add the same links to the page HTML header like below it doesn’t work.
So my questions are
- Why doesn’t it work when added to the page header but works instead when added to an html element on the page.
- How can i get the linking working if i want to add it to the page header. The reason why i want this is because i eventually want to create a bubble plugin and i will need to be able to get these links working through the header.
Thanks