Posts by KelvinRonaldo • 33 points
1 post
-
3
votes1
answer228
viewsQ: Modal does not work (synchronous AJAX)
When using this JS code, using Jquery: $(document).ready(function(){ $('.visualizar').click(function(){ $('#container').fadeIn(300); }); }); function visualizarDados(codContato){ //↓ função do ajax…