+ 2
Anyone help me friends how to include jquery and run it on eclipse step by step guys.. please thanks in advance..
how to include jquery library in eclipse
1 Antwort
0
try and add one of these to your body/head tag (doesn't matter where just add before script tag)
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js"></script>
or go and download it from the JQuery site and add it