+ 1
Can i use jQuery with js in this app?
Can i use jQuery with js in this app?
2 Answers
+ 3
Yes, you can just add below line in head tag of html
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
+ 2
yes but embed the library there using CDN as aditya said