[jQuery] Re: JQuery AJAX not working.

2009-11-16 Thread Mayank
nse_text_field').html(ajax_response); >                 } > > }); > > it returns 'ok' and submits the form if validation success on the ajax > page, else it returns text for each wrong element value. You can add > all data with; > > var data[i] = $('#el

[jQuery] JQuery AJAX not working.

2009-11-13 Thread Mayank
I have a page that uses a jquery $.get() method to retrieve content from a remote page. Ex $(function(){ $.get("http://domain.com/script.axd",{parameter1: "value1", parameter2: "value2"}, function(responseText){ alert(responseText); }); }); The above script returns a null or empty st