Welcome Guest, Not a member yet? Register   Sign In
Code Igniter and Jquery Validation Plugin
#11

[eluser]Xtrex[/eluser]
Hi, I am fixed the problem... thank you for your help guys...

I altered the jquery.validate plugin to send post ajax request:

Code:
jQuery.ajax({
        url: param,
        mode: "abort",
        port: "validate" + element.name,
        dataType: "json",
        type: "POST",
        processData: true,
        data: data,
        success: function(response) {
(...)
#12

[eluser]Jilani Jidni[/eluser]
Thats help me a lot to working technology. When I am in problem there is lots of talented person solve this problem for me. thank you buddy. you made my work done.

thanks a lot.
#13

[eluser]sanks[/eluser]
Hey man, I am going thru the same problem. I want to know that did you put the ajax call inside the remote method like,

Code:
remote:{
$.ajax(...)
}

Is it so?




Theme © iAndrew 2016 - Forum software by © MyBB