Hacer algo si el value del select es ="algo" / DO SMT on input vaulue

$('select#presencial').change(function() { console.log($('option').val()) if ($(this).val() == '2') { $('.presencial').fadeIn(300); } else { $('.presencial').fadeOut(300); } });

1 Response

bruh this is s u c c

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.