Advertisement
Ra1ski

Untitled

Oct 23rd, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $('#company_name').keydown(function(){
  2. var value = $(this).val();
  3. if(value != '') {
  4. $('#filial_list').prop('disabled', true);
  5. }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement