document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $(document).ready(function(){
  2.     $(\'#dropdownOne\').val(1);
  3.     $(\'#dropdownOne option\', this).not(\':selected\').remove();
  4. });
');