+ 1

along with jquery can i alsp use pure javascript codes?

If I write the following - <script sr="jquery link"> can I also use document.write and document.getelementbyid in the same script tag ?

16th Mar 2017, 3:49 AM
Bizarre Gaming
Bizarre Gaming - avatar
2 Answers
+ 1
Of course you can.
16th Mar 2017, 5:36 AM
CHMD
CHMD - avatar
0
Just write another script tag <script src="jquery.js"></script> <script> // code </script>
16th Mar 2017, 4:47 AM
Ivan G
Ivan G - avatar