[Solved] Button won’t work in jQuery [closed]


Change C:/jquery-1.7.1.min to file:///C:/jquery-1.7.1.min and put each script inside it’s own script tag.

<script src="https://stackoverflow.com/questions/17322685/file:///C:/jquery-1.7.1.min"></script>
<script>
  // your JS here
</script>

solved Button won’t work in jQuery [closed]