Redirect within controller |
Hello!
I found a chatbot to add to my site and it works but the issue is that it redirects to my landing page (which was the original welcome message page). Im believe I have to change something within the contoller but dont know where. Trying to fix it that when I hit submit instead of going to another page the comment/words are in the message board. Here is the git Im using: https://github.com/afiefsky/chatapp-codeigniter-ajax Where do I make the change? , Mekaboo
(06-19-2019, 12:18 PM)Mekaboo Wrote: Hello! I'm not sure, but if this chatbot uses ajax, then it should not reload the page ... if it does it, then you probably don’t have this: "event.preventDefault ();", and also in the tag "<form > ", you need to change the action =" Link "attribute to an empty value. (06-19-2019, 12:33 PM)Digital_Wolf Wrote:(06-19-2019, 12:18 PM)Mekaboo Wrote: Hello! Thanks so very much Question: would I place the event, with the controller of view?
Here is another chat system for CodeIgniter I found today.
Facebook-like chat - Using CodeIgniter A facebook-like chat implemented with using jQuery and CodeIgniter. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(06-21-2019, 07:28 AM)Digital_Wolf Wrote:Sorry about that, no worries(06-20-2019, 12:00 PM)Mekaboo Wrote: Thanks so very much (06-21-2019, 08:14 AM)InsiteFX Wrote: Here is another chat system for CodeIgniter I found today. Thanks a bunches, I will check this out for sure |
Welcome Guest, Not a member yet? Register Sign In |