two combobox with ajax or javascript |
[eluser]shahmy[/eluser]
Hi, I have 2 combobox in my view. that is 1.country, 2.Zone. My problem is, when I select the country in a 1st combobox the proper zone should generate in a 2nd combobox dynamically. I was done it using php and ajax. But I don't know how to do these things in codeigniter. If any one know please help me. Thank You.
[eluser]Bramme[/eluser]
It works just the same. Imagine you use following jQuery code: Code: $('#country').change(function() { This method, in your 'controller' controller, could look like this: Code: function ajaxmethod() {
[eluser]shahmy[/eluser]
Bramme, Thanks for you replay, I did not try to use jQuery. but I was try using ajax with codeigniter. it's getting follownig error, "There was a problem while using XMLHTTP:Not Found" How can I solve this. Please help me.
[eluser]shahmy[/eluser]
Hi,All Please Help me,I am in a problem above Question. Thank You.
[eluser]shahmy[/eluser]
Hi, Bramme, Can you post all the code you post above. Thank You. |
Welcome Guest, Not a member yet? Register Sign In |