+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.
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?
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.
Thank You Sir. It works very well, Good Luck
Finally I found what I'm looking for.. Thanks👍
Thanks you for this tutorial. Excellent!
Thank you for this tutorial. Have a good one!
Thank you, it helped me a lot!
You are welcome. Glad to hear that it help you :)
OMG! Thanks for this
thanks bro ..... Excellent.......
You are welcome. Glad that you like it.
you are awesome bro
very thanks. this is usefull
Thanks man.
You are welcome
Thanks Bro :)
Hi, how about with image or file upload validation? Sorry for silly question Im new in CI
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.
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
Great
Thanks
thanks yups
You're welcome.
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.
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.