javascript - Using jQuery in Cloud9 -
i teaching myself how program usign js, jquery, html , css. downloaded jquery-master github , use in project, still cannot import html files can utilize it. know how? appreciated!
you can use js file donot need download js files need place script tag each html page trying play jquery code.
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
use script , include jquery code inside script block
<script type="text/javascript"> alert('hi friend') </script>
hope works thanks.
Comments
Post a Comment