+Sunil Rana You can call this line: window.location.href = "the target"; after close the success message. If you see in finish source code, you can modify line 76: $(this).remove(); with this lines: $(this).remove(); window.location.href = "your target"; Hope it help.
Actually he is passing data to controller, if he does not, then it wouldn't be possible to validate data on server side. Just keep this in mind. First he is passing data to controller, after that he is getting response through JSON from the controller, if data is valid or not ! Appreciate your understanding.
Hi Bro, thank you for this tutorial, it works for me! The unique problem I have is when I try to validate a multiple select. The error message referring to the multiple select field it doesn't displayed, probably because the name of field is an array and its name has [ ]... How to solve it?
Thank You Sir. It works very well, Good Luck
Finally I found what I'm looking for.. Thanks👍
Thanks you for this tutorial. Excellent!
OMG! Thanks for this
Thank you for this tutorial. Have a good one!
thanks bro ..... Excellent.......
You are welcome. Glad that you like it.
Thank you, it helped me a lot!
You are welcome. Glad to hear that it help you :)
you are awesome bro
very thanks. this is usefull
thanks yups
You're welcome.
Thanks man.
You are welcome
Hi, how about with image or file upload validation? Sorry for silly question Im new in CI
Thanks Bro :)
good video! thanks . but how can you re-direct to another page upon success?
+Sunil Rana You can call this line: window.location.href = "the target"; after close the success message. If you see in finish source code, you can modify line 76:
$(this).remove();
with this lines:
$(this).remove();
window.location.href = "your target";
Hope it help.
Great
Thanks
sir how can i pass my data to my controller ?
Actually he is passing data to controller, if he does not, then it wouldn't be possible to validate data on server side. Just keep this in mind. First he is passing data to controller, after that he is getting response through JSON from the controller, if data is valid or not ! Appreciate your understanding.
Hi Bro, thank you for this tutorial, it works for me!
The unique problem I have is when I try to validate a multiple select.
The error message referring to the multiple select field it doesn't displayed, probably because the name of field is an array and its name has [ ]... How to solve it?
Hii Bro...... plz can you send me view and controller becouse my code is not working properly..
Please check out here: github.com/edomaru/ci_ajax_validation
Your audio appears to be broken
+dave28lax
Sorry for that, I have not recorded the audio. Next video I would try to make the video better. Thanks.
Thanks Dude.