Tag: disable

  • How to Disable a Submit Button on Submit – JavaScript Tutorial

    How to Disable a Submit Button on Submit – JavaScript Tutorial Here is the full source from the video: http://helpvideoguru.com/sources/JavaScript-How-to-Disable-a-Submit-Button-on-Submit.html HTML, CSS, JavaScript, onclick, submit button, hide, disable, tutorial, how to, prevent double clicking, submit Original source

  • Part 87 What is Unobtrusive JavaScript

    Link for code samples used in the demo http://csharp-video-tutorials.blogspot.com/2013/09/part-87-what-is-unobtrusive-javascript.html Link for csharp, asp.net, ado.net, dotnet basics, mvc and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists What is Unobtrusive JavaScript? Unobtrusive JavaScript, is a JavaScript that is separated from the web site’s html markup. There are several benefits of using Unobtrusive JavaScript. Separation of concerns i.e the…