Re: [jQuery] Re: Block UI question

2009-11-03 Thread Rich Elston
Don't know how but I got it to work. Still scratching my head. This is my code. Anything look funny? $(document).ready( function() { $('#submit').click(function() { /* Block the UI and display the processing message... */ $.blockUI({ message: $('#processing') }); /* do the AJAX c

Re: [jQuery] Re: Block UI question

2009-11-03 Thread Rich Elston
Here's what I have so far. I'm kind of stuck. I just started creating a simple test page with one input field and a submit button. I want to pass the input value to a file called submit.html. This file will accept the argument and doing the heavy lifting with the server. When the response is ret