View Single Post
08-29-2008, 02:27 AM
#3
versatiletech is offline versatiletech
Status: I'm new around here
Join date: Jan 2007
Location: Orlando, FL
Expertise:
Software:
 
Posts: 11
iTrader: 0 / 0%
 

versatiletech is on a distinguished road

Send a message via Yahoo to versatiletech

  Old

Embrace the following jQuery:

$(function() {
$.Ajax({
url: 'index.php?Ajax=1',
data: $('form').serialize(),
dataType: 'html',
success: function(data) {
alert(data);
}
})
});

Once you go jQuery, you never turn back.