Posts by LTafarelo • 308 points
12 posts
-
0
votes3
answers1214
viewsA: Input date ta in English
Try to put the stretch locale: 'pt-br' after the useCurrent: false ps: place a comma after false'.
-
2
votes2
answers323
viewsA: Sub-menu some when taking Javascript mouse
Good afternoon. First, I find it unnecessary to use Javascript for an application like this, it can be solved only with CSS. What I did was pass the part of the menu you want to appear inside the…
-
0
votes3
answers816
viewsA: Center Vertically
Good afternoon. According to your CSS, one simple thing that can help is to put the height (height) set in Pixels. Thus, it would have a 'limit' for the div, making them not fit. The change is very…
-
4
votes3
answers539
viewsA: Increment input values in +1 containing letters and numbers using Jquery?
The function name is Split. It can be read better in this LINK. In it, you will have a certain String, and you can break it according to the character you want, in your case, the " - (dash) ". The…
-
1
votes1
answer60
viewsQ: How does javascript 'e' work?
In some codes I see, some people use the 'and' character in functions like: function NomeDaFuncao(e){ alert("teste"); } would like to know how it works, for what it serves and some example where I…
-
0
votes2
answers67
viewsA: input is inside the fildset tag, but is cutting the line
Good evening. It’s normal for this kind of thing to happen, especially with inputs. Normally, we have to define his style at hand, to be both aesthetically better, as in the matter of bugs and…
-
3
votes1
answer634
viewsQ: How do I let the string size be set by scanf()?
My question is about the theory. I know it’s possible to make a string without limiting the size of the: char teste[] = "Teste"; however, I would like to know if it has how to do the same thing, ie…
-
6
votes2
answers991
views -
0
votes3
answers1564
viewsA: Event while taking the mouse out of the window
Good evening. As you said you only needed a 'light' I will not put codes or anything like. There is a function in Jquery called 'Mouseout'. As seen in the TAG, I saw that you could use it. To learn…
-
2
votes1
answer92
viewsQ: Opacity in everything except a certain DIV
Good afternoon. I need help with something. However, I don’t have a code yet. I needed something similar to an ad popup. That is, the whole screen gets 'dark' while only the div has focus. I would…
-
0
votes1
answer492
viewsQ: Spacing between Background
Good afternoon. I wonder if it is possible to give a spacing between 'Background-repeat'. I mean, I am with something like this: Image with example My CSS is like this: background-image:…
-
0
votes1
answer34
viewsQ: Help with Div handling
Good afternoon. I need help handling a Div. In theory, I only have to pass a 'curved' div over another, but not just a circle, but something softer, as in the print below: https://ibb.co/nzGLPk How…