hello friends, i so sorry to post this simple question but it is 2 week i'm trying to use jquery on my website but still it is not working,
i have used query in past and it was working pretty fine, and now i'm developing i simple website, i followed a tutorial on internet how to make responsive menu, so it need query i download uncompressed version of jquerry 1.11.1 not working i tried compressed version not working use a cdn <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
still not working i tried 1.9.1 version on CDN still not working what is going wrong with ??
this is the code i use to check if it work
<script>
$('p').css("font-style", "italic");
</script>