Posts by Luciano • 8 points
2 posts
-
-4
votes4
answers958
viewsA: Send form without close modal
Use the ajaxForm. Ex: $('#form'). ajaxForm(Function(){ //message after sending.. });
-
-2
votes2
answers90
viewsA: Foreach returns nothing back
foreach ($stdClass as $key => $value) { $resp[] = $key.' - '.$value; } echo "<pre>"; print_r($resp); echo "</pre>"; Array ( [0] => ID -…