0
How to define $ jquery in javascript
The stuff that says $(function(){ $("#demo"). text("Hello!") });
2 ответов
+ 1
You have to import jQuery from its CDN by including this line in your <head> tag.
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+ 1
What problem are you facing? Show your code
Your Question is not clear