+ 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 ?
2 ответов
+ 1
Of course you can.
0
Just write another script tag 
<script src="jquery.js"></script> 
<script> 
// code 
</script>



