Posts by Diego Rosa • 31 points
2 posts
-
0
votes3
answers1050
viewsQ: Use jQuery in a JS file
I’m a beginner and I would like a help if possible... I have file index.html, which I’m importing the jQuery: <script…
-
3
votes1
answer1037
viewsQ: Load HTML file into another HTML file
I have a file index.html: <body> <div class="application"> <header class="header"></header> <main class="content"></main> <footer…