0
hie am new to programing i wanted to know how can i add jquery to my javascript code
jquery
2 Réponses
+ 8
Hi Abel you need to add this in the html head then proceed with your jQuery.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
+ 1
thank you very much