Hello folks.

I'm trying to pull some data after a blur event from a form field (id=idm).
Unfortunately, the script below is not working.  Any suggestions will be
appreciated.

Thanks in advance!

 

$("#idm").blur( function() {

            var params = {$('#idm').val();};

            $.ajax({

              type: "POST",

              url: "testj.php",

              dataType: "json",

              data: formval,

              success:
function(response){$('#formname).append(response.company_name); }

            });                     

});

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to