Guest User

Untitled

a guest
Jan 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $("#cmbTeamList option[value='2']").attr("selected", "selected");
  2. $('#cmbTeamList').attr("disabled", "disabled");
  3.  
  4. if (cmbTeamList.SelectedIndex != 0)
  5. {
  6. //logic is there
  7.  
  8. }
  9.  
  10. $('#hiddenInput').val($('#cmbTeamList').val())
Add Comment
Please, Sign In to add comment