I wrote a some jquery code and when i use that in tags, it works.
<script>...jquery codes...</script>
But if i copy/paste to js file and use as link like:
<script src="Scripts/getAjax.js" type="text/javascript"></script>
It’s not working.
Why?
And how can i fix this?
Thanx
It solved. I replaced
with this