Search code examples
adobe-brackets

Code jquery in a different file then html


In brackets now I can only code jQuery inside the lines of my html file. But now I want to code jQuery in another file, but of course I stall want that it interact with the html, for example that I can still target the divs: $(".navbar")


Solution

  • Apparently the reason why I can't have the jQuery-code in another file is a glitch in Brackets.