![]() |
jQuery Content Change Using onChange="submit()" Problem. - 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: jQuery Content Change Using onChange="submit()" Problem. (/showthread.php?tid=58195) |
jQuery Content Change Using onChange="submit()" Problem. - El Forum - 05-23-2013 [eluser]ebrahimthex[/eluser] Start by giving both DIVs the same class, perhaps "currency", and i make the value of the OPTIONs the same as the id of the DIVs: Code: <form method="post" acti base_url();?>domain_reseller.html"> Then in CSS hide the currency div by default: Code: div.currency { //ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js Code: var currencySelect = $('select'); When I change BDT to USD then Say This Message Quote:An Error Was Encountered Now What Can i do? or How Can i change without Refresh page.? Plz check <a href="http://russelhost.com/domain_reseller.html" alt="Cheap Domain Reseller">Domain Reseller</a> jQuery Content Change Using onChange="submit()" Problem. - El Forum - 05-23-2013 [eluser]TheFuzzy0ne[/eluser] This issue is being dealt with here: http://ellislab.com/forums/viewthread/235576/ Please don't double-post, it makes more work the the volunteers trying to help you, and also makes us less likely to want to help you. |