Posts by Jorge Clésio • 64 points
7 posts
-
0
votes2
answers217
viewsA: Error inserting into Mysql database
I see that only in Query $mysqli-> query("SQL") or die ($mysqli->error); that is missing link reference. $mysqli-> query($mysqli, "SQL") or die ($mysqli->error); And also in connection…
-
-1
votes2
answers148
viewsA: as leaves the dropdown background white
Well, it’ll only work if you take the opacity of <header> which is the main, which controls him. Defining the <header> as opacity:1; then you can control the menu leaving it more…
-
2
votes2
answers80
viewsA: Input datetime has no calendar option
Hello, the right thing would be datatime-local, even so it will have limitations that will depend on your browser. It is a feature of HTML5, where the Browser that has to adapt, no more as before…
htmlanswered Jorge Clésio 64 -
1
votes3
answers592
viewsA: Adapt formatting of input
With the library Jquery Mask you can have a much better interaction than HTML5 with the pattern because then you do not warn the user that has a mask. Already with the library is a much better IHC:…
-
0
votes2
answers87
viewsA: as I arrange the "Menu getting under the slide"
Yeah, you can use the z-indez in div’s that you want to overlap, example in <header> header{ z-index:2; /* Se der conflito você aumenta o número*/ }…
-
0
votes5
answers102
viewsA: doubt about select in css
Correction: Works only on the <Select> You can also use a class (or ID) on and manipulate the padding or margin of the option, type: select { padding:5px; }…
-
0
votes0
answers39
viewsQ: How to get this data with $.getJson?
I’ve tried several codes here in the community but I can’t abstract this data from this API in Json. http://governotransparente.com.br/transparencia/api/v1/json/4507590/pessoas/Jose There are…