Posts by Cristian Abramchuk • 76 points
2 posts
-
3
votes2
answers114
viewsA: Button Submit does not open modal
Friend, put this Javascript code after the body tag. I changed the event, instead of listening to the button click event I put the form Submit event. <script type="text/javascript">…
-
3
votes2
answers125
viewsA: How to translate the isset function of php to an equivalent in javascript
Use this: if (typeof this.mapa[this.no_inicio][i] !== 'undefined') { // Código aqui }