Repopulate Autoload Dropdown value With Ajax/Jquery |
I have spent 2 days on this and I am reaching nowhere. I am a new learner and as encouraged by forum members in one of my other post I am using this forum to get hand on CI.
I am new to php and CI. I have this strange problem here. I am able to repopulate dropdown field value upon error on the first dropdown field only because the values for first field are being pulled from "view.php". I also posted this question on stackoverflow but no response Link Here I have model: Code: function getCountry(){ And a controller dashboard.php Code: public function loadData() And View: Code: <?php if($list->num_rows() > 0){ ?> And I am totaly lost about ajax.jquery. PLEASE HELP! |
Messages In This Thread |
Repopulate Autoload Dropdown value With Ajax/Jquery - by Codeigniter_Learner - 12-27-2015, 06:41 AM
RE: Autoload Dropdown With Ajax/Jquery - by RobertSF - 12-27-2015, 02:20 PM
RE: Autoload Dropdown With Ajax/Jquery - by Codeigniter_Learner - 12-30-2015, 02:55 AM
RE: Autoload Dropdown With Ajax/Jquery - by John_Betong - 12-27-2015, 05:34 PM
RE: Autoload Dropdown With Ajax/Jquery - by Codeigniter_Learner - 12-30-2015, 02:57 AM
RE: Repopulate Autoload Dropdown value With Ajax/Jquery - by RobertSF - 12-30-2015, 09:58 AM
|