Posts by WEB Last Wolf • 135 points
14 posts
-
0
votes1
answer21
viewsQ: Is it possible to perform an innerJoin to know the quantity of the second table?
I am making a database with two entities, where entity "A" is a category, and in each category contains several items, in the case entity "B", what I need to know is: it is possible to bring…
mysqlasked WEB Last Wolf 135 -
-2
votes1
answer173
viewsQ: How do I find out if the form was loaded into a variable or not?
Every time I’m messing with forms I usually create a variable to send date by ajax In the future, the problem is that I always curl up to find out if he collected the date or not, and needed some…
-
-2
votes2
answers244
viewsQ: Is it possible to hide or change your "arrow" style from within input or datalists?
I was preparing a form and one of the field is only necessary to accept number, so I thought, because I do not use input of the kind number? this will be good even for accessibility, no need to do…
-
0
votes1
answer46
viewsQ: How to collect information from a JSON file via AJAX (no use of Jquery)
Good afternoon, I have been programming for some years and I am well accommodated with the use of Jquery, and it is very common to make calls AJAX where a file is received as a response JSON,…
javascriptasked WEB Last Wolf 135 -
0
votes1
answer43
viewsA: Make another sentence appear in the same place as the previous one, after an animation
You can solve this with a function called Slice, having two variables one to keep the text and another that will change, and making a loop so that it is possible to treat this variable, so your code…
-
0
votes2
answers75
viewsA: I would like to know how to change the color of a button for 1 second and then return the original color automatically
Your question has become very vague, but I will try to help you from what I understand, okay? Let’s go. If your question was only to exchange for 1 second you can use an javascript called…
-
0
votes2
answers68
viewsA: Value of calculation disappearing
The problem is in the absence of any settings to stop sending the form. That means when you have one <input> of the kind type="submit" it will send this information to a next page, as this…
-
0
votes1
answer49
viewsA: How to store the Jwplayer video position in a cookie
I suppose you have already separated the time of a player, what you are trying to do is a little complicated work, I will give you a basis to assemble your logic, have two ways to do this, one is…
-
1
votes1
answer63
viewsA: .val() does not work on the textarea tag
The value is not printing because the textarea is not an input, but an element, you cannot simply set a $('textarea').val(); you need to exchange what is inside your content that way. //Arqivo…
-
2
votes1
answer201
viewsQ: How to centralize a jute list with Bullets?
I’m dealing with css and I’m having a problem with a problem I’m a few days trying to solve, tried the best methods, but none solved. The problem is: I’m trying to centralize the list along with the…
-
1
votes1
answer34
viewsQ: Encapsulation of random amounts - is it possible?
I’m trying to get php to send a response to the Avascript file with information, in which Avascript makes a request for php in ajax, and php sends a random amount of information, php will pull all…
-
-3
votes2
answers1296
viewsQ: How to create a cool color input?
I was creating a form where the person would have the option to choose a color, as I didn’t want the person to write the color or because I thought it was cool to put an input of type color…
-
3
votes3
answers58
viewsQ: Is it possible to use Jquery to animate Background-color?
I recently created a Javascript script to make a color exchange loop I used add class and remove class, but when I went to practice in jQuery it didn’t work. This is my code:…
-
0
votes2
answers49
viewsA: problems with color exchange through javascript
If I got it right, you want a background loop, well it has a CSS3 function that can do it for you, but can you imagine how this can help me? Good you can do with Javascript is add and remove class,…