Posts by manzapanza • 103 points
1 post
-
0
votes2
answers231
viewsA: Add fadein effect to this jquery code
Try something like this: <script type="text/javascript"> // Script jQuery(document).ready(function(){ jQuery('#ajax_form').submit(function(){ var dados = jQuery( this ).serialize();…