$(function(){ var $list=$('#ddlStatus'), $header=$('#header>.nav-root'); $header.html($list.clone().removeAttr('id')).find('select').change(function(){ window.location.href=$(this).val(); }); });