<script>
///<summary>
/// This will fire on initial page load,
/// and all subsequent partial page updates made
/// by any update panel on the page
///</summary>
function pageLoad() {
$(document).ready(function () {
$(function myFunction() {
//then load the JavaScript file
$.getScript('https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js');
$.getScript('http://lab.iamrohit.in/js/location.js');
});
});
}
</script>
///<summary>
/// This will fire on initial page load,
/// and all subsequent partial page updates made
/// by any update panel on the page
///</summary>
function pageLoad() {
$(document).ready(function () {
$(function myFunction() {
//then load the JavaScript file
$.getScript('https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js');
$.getScript('http://lab.iamrohit.in/js/location.js');
});
});
}
</script>
No comments:
Post a Comment