Monday, March 14, 2011
How to disable and enable button in JQuery
// To disable $('.someElement').attr('disabled', 'disabled');
// To enable $('.someElement').removeAttr('disabled');
How to check if button is disabled in JQuery
if (!$('#buttonid').is(':disabled'))
$('#buttonid').focus();
What is cshtml file?
Just like the name, let you write C# code inside html markup.
If VB, calls vbhtml.
Should call ASP.Net “Razor” Syntax Web Pages.
This is one of important features in WebMatrix
Reference
Subscribe to:
Posts (Atom)