![]() |
Variable JQuery(JS) with PHP (transferring data in variables) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Variable JQuery(JS) with PHP (transferring data in variables) (/showthread.php?tid=47500) |
Variable JQuery(JS) with PHP (transferring data in variables) - El Forum - 12-11-2011 [eluser]Unknown[/eluser] Hello Everyone, I'm currently working on a dropdown where once that is changed the values for the other option boxes will change. I'm currently confused on how to pass the value from the first dropdown. This is what i have at the moment JS Code: $(document).ready(function() { controller Code: function seconddp() { Iam confused on how to pass the data through variables with JS and PHP :-S, Can someone show me a example on how it would be done? |