Posts by Allan Souza • 11 points
2 posts
-
1
votes2
answers90
viewsA: Use Javascript function within a PHP table column
Call the function inside the script, it would look like this <td> <script>ddTableFilter(<?php echo $row['nome_cliente']; ?> )</script> </td>…
-
-2
votes2
answers110
viewsA: Error calling Java Script in HTML
Try using jquery load(), or throw the references in the file loading the other pages.