ASKER
ASKER
<script type="text/javascript">
$(document).ready(function ()
{
$('select').change(function ()
{
$('#waitanimationtext').text(" Retrieving Data - Please wait...");
$('option').throbber({ parent: "#waitanimation", image: "ajax-loader.gif" });
});
});
</script>
\ASKER
$(document).ready(function ()
{
$('input[id*="ButtonCheckAvail"]').mousedown(function ()
{
$('#waitanimationtext').text(" Checking Name Availability - Please wait...");
$(this).throbber({ parent: "#waitanimation", image: "ajax-loader.gif" });
});
});
$(document).ready(function ()
{
$('input[id*="ButtonChangePW"]').mousedown(function ()
{
$('#waitanimationtext').text(" Changing Password - Please wait...");
$(this).throbber({ parent: "#waitanimation", image: "ajax-loader.gif" });
});
});
ASKER
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
http://www.cryer.co.uk/resources/javascript/script17_include_js_from_js.htm