If you're like me who does not want to download jQuery to your application, but want to enjoy its framework, you better use other hosts like Microsoft or Google.
Obviously, I prefer Microsoft and I use <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.10.2.min.js">
</script>
But if you want to use Google instead, you can use <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
Whichever you use, it depends on your preference.
No comments:
Post a Comment