Welcome Guest, Not a member yet? Register   Sign In
jquery post
#8

[eluser]pickupman[/eluser]
Is this what you are trying to do?
Code:
var edit_id = $('#id1').val();
$.post('/product/editnew/' + edit_id, {id:edit_id, gname: $('#gname').val(), disc: $('#disc').val() ,desc: $('#desc').val()
          }, function (data) {
        alert(data);
          
      });


Messages In This Thread
jquery post - by El Forum - 10-08-2010, 05:01 AM
jquery post - by El Forum - 10-08-2010, 07:47 AM
jquery post - by El Forum - 10-08-2010, 08:00 AM
jquery post - by El Forum - 10-08-2010, 09:11 AM
jquery post - by El Forum - 10-08-2010, 12:11 PM
jquery post - by El Forum - 10-08-2010, 09:31 PM
jquery post - by El Forum - 10-08-2010, 09:34 PM
jquery post - by El Forum - 10-08-2010, 09:40 PM
jquery post - by El Forum - 10-08-2010, 09:58 PM
jquery post - by El Forum - 10-08-2010, 10:02 PM
jquery post - by El Forum - 10-08-2010, 10:04 PM
jquery post - by El Forum - 10-08-2010, 10:21 PM
jquery post - by El Forum - 10-09-2010, 12:10 AM
jquery post - by El Forum - 10-12-2010, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB