Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('#company_name').keydown(function(){
- var value = $(this).val();
- if(value != '') {
- $('#filial_list').prop('disabled', true);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement