[jQuery] Programatically enabling ''submit' button in ASP.NET

2009-01-22 Thread yaip
I have the following aspx page <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> http://www.w3.org/1999/xhtml";> $(document).ready(function() { $(".checkedfield").blur(function() { var allFilled = true;

[jQuery] Getting started

2007-09-24 Thread yaip
I am brand new to this. Reading the documentation, I know how I would use jQuery. But I don't know how to use UI or Widget. Can anyone help?