CodeIgniter / JavaScript / JQuery / PHPOn select redirect to selected option June 15, 2017 Chandan SharmaComment on On select redirect to selected option## On Select Option Redirect to Another Page $("#getcity_understate").on('click', function(){ var s = $("#under_state_id").val(); window.location.href = "manage_city_list.php?ustate_id="+s; });Share this:FacebookX