Adding JQuery.com to asp.NET adds a Header saying Loading -
i added html below masterpage in webforms , @ bottom of page, h1 header @ bottom of pages saying loading . hows happening?
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
i needed add .css file page.
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
Comments
Post a Comment