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
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
2 matches
Mail list logo