Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: AJAX CALL
Post: RE: AJAX CALL

script code function makeAjaxCall(){ $.ajax({ type: 'post', url: 'Book/verifyUser', cache: false, data: $('#userForm').serialize(), success: function(json){ try{ ...
9,131 Views
10 Replies
02-18-2018, 03:32 AM
ignitercode2017
    Thread: AJAX CALL
Post: RE: AJAX CALL

thanks for your help still don't work i think the problem is in the format of what i send to the controller exactly the position of " or ' in the DATA : {name:val}, realy i don't know what ...
9,131 Views
10 Replies
02-18-2018, 01:22 AM
ignitercode2017
    Thread: AJAX CALL
Post: RE: AJAX CALL

thx for your help but still don't work in my controller can't display the values in the view all work perfectly alert and consolelog the problem in my controller always null values my controlle...
9,131 Views
10 Replies
02-15-2018, 06:22 AM
ignitercode2017
    Thread: AJAX CALL
Post: RE: AJAX CALL

thanks for your answer but selected in my jqueru code is an ARRAY wher is the id of all selected options eg. ["14", "2", "6", "8"] displayed on the chrome console F12 in my controller h...
9,131 Views
10 Replies
02-15-2018, 01:48 AM
ignitercode2017
    Thread: AJAX CALL
Post: AJAX CALL

hi,  how to pass an array values to controller function using ajax call this is my code in the view : var selected=[]; var i = 0;  $('#multiselect_to option').each(function(){      selecte...
9,131 Views
10 Replies
02-14-2018, 04:11 AM
ignitercode2017

Theme © iAndrew 2016 - Forum software by © MyBB