I just started creating a html file and wanted to use jquery. When I use the jquery from my local machine like this, it works fine.
<script src="jquery.min.js"></script>
But when I try to use this, it does not work
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
I am not able to use any jquery functions when I load the script like this.
What am I doing wrong here?
EDIT: Btw, my html file is on the local machine in drive C:/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…