Posts by Felipe K. Bernardino • 1 point
2 posts
-
-2
votes2
answers51
viewsA: Error connecting php to Mysql - Connection failed: No route to host
The problem does not seem to be in your code, but in the SQL server or in some intermediary. Check if the service is running Check if the port number is correct or if the firewall is blocking the…
-
0
votes1
answer32
viewsA: Event Click, take the value of line input dynamically
<Script> $(document).on('click', '.item', function(){ console.log($(this).children('input[type=hidden]')[0].attributes.value); }); the Children('input')[0] command will search for the first…