Posts by Jhonathan • 11 points
2 posts
-
0
votes4
answers6145
viewsA: Character limit in a DIV
From what I understand you want something similar to the maxlength attribute of input, I tried with CSS but the result did not please me, the elements did not fit well anyway.... In my case I had…
-
-2
votes1
answer237
viewsQ: I cannot connect the Mysql Nodejs database
It should show the table data on the screen, but does not return anything. Where I am missing? module.exports = function(app){ app.get('/noticias', function(req, res){ var mysql = require('mysql');…