html - Adding JQuery/Javascript into my web page -


i know question has been answered many times before. im stuck on trying implement jquery webpage , im not sure im going wrong. ive tried 2 ways people offer i.e:

adding html:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 

and downloading jquery-1.11.3.min source file (where saved). adding html:

<script type="text/javascript" src="wpkey/106website/jquery-1.11.3.min.js"></script> 

neither work unfortunately :( here jfiddle https://jsfiddle.net/pxejv9p3/ appreciated rather flagging repeating question. in advance :d

you have add <script src="myscript.js"></script> wrong place.

please move syntax after

<script type="text/javascript" src="wpkey/106website/jquery-1.11.3.min.js"></script> 

or

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 

please check & confirm. hope work definitely.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -