Projeto Negócio Cultural

Olá, aqui você tem acesso ao curso

Trilha do Conhecimento – São Paulo (SP)

Free
Free access this course
jQuery(document).ready(function($){ $("#name").on('change', function(){ $(".data").hide(); $("#" + $(this).val()).fadeIn(700); }).change(); });