Posts by Rafael Luz • 49 points
7 posts
-
2
votes2
answers28
viewsQ: Seleção Elementos
I have the following structure below HTML,. <tr> <td class="descricao">Texto01</td> <td class="btn-l"><button type="button">Leitura Confirmada</button></td>…
-
0
votes1
answer288
viewsQ: Check user Age using Jquery(datepicker) & JSP
Needing to implement a javascript function where calculates user age, informs an alert if it is under 18.Use Jquery library along with JSP,where datepicker is automatically loaded given a framework…
-
1
votes1
answer409
viewsQ: Browse Hashmap with equal values
I am developing an application in Java Web, where it contains several CRUD’s. I need to perform some validations of some values I have stored in a Hashmap. How do I go through it and see if the…
javaasked Rafael Luz 49 -
0
votes2
answers1519
viewsQ: Validation E-mail’s field
Implementation difficulty of E-mail validation, of a field that receives several, when it is validated email highlights it and separates it by semicolon. function IsEmail(email){ var…
-
-1
votes2
answers365
viewsQ: filter_input GET
I need to recover the value of GET to perform an insertion in the bank through the post method, but when calling the function through Submit, "Call Stack". Code <?php session_start();…
-
-3
votes2
answers246
viewsQ: Passing PHP Javascript PHP Parameters
I need to pass a parameters via JSON of a PHP page Javascript PHP, I’m using the Ajax method of Jquery but I’m not getting, follow code snippet. ✓ Index.php <html> <head></head>…
-
2
votes1
answer1119
viewsQ: Charts with PHP Chart.js
I am implementing graphs in my application made in PHP,using Framework Chart.js,passing the query data via JSON,to assemble the graph, but when I will render it presents the following error: Follows…