// find elements
var $window = $(window)
var $layer = $('#banner-message')
var $section = $('.section')
$(window).on('scroll', function() {
var $windowScroll = $window.scrollTop()
var $scroll = $windowScroll / 1000...
How do I give the focus to a button after I have a form with several buttons
For example, I click on Coca Cola 12 Onz. That is a button but then I would like the green button that says Save (ENTER) every time I select a product to get the...
I have a query. I am a disaster in web design, and I have to make a web for a work of the uni, so here my query: /
I am trying to make a menu that is inserted in all the pages. Since the frames are deprecated in html5 (at least that's what I...
Hello, how I have a question:
I am sending a table of 5 columns and 4 rows. It is very simple. I'm doing it within phpmailer and I enclose it with double quotes and the content in quotes simpres.
What I see is that when I send the e...
It seems strange to me that when I go into the examples of other users and overwrite with my html code, I alter the external sources. My jsFidle example works. On the contrary, if I am in my account starting a jsfidle from scratch it does not wo...
I have a jsfiddle.
link
Here is an intput tag:
<div class="marging">
<input id="ex19" type="text" data-provide="slider"
data-slider-ticks = "[1, 2, 3, 4, 5, 6, 7, 8, 9, 1...
Good day, basically I need to take a picture and re-name it with the name that the user provides in an input and upload it to the server.
With this code, the images are already uploaded to the server, it would only be necessary to name them w...
I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday
similar...
I have the input file in my form in which I choose the image and its route is shown in my input text, the problem is that it stores the route with * C: \ fakepath * and I all I need is for you to show me the name of the file and its extension....
I'm doing a simulator of a bouncing ball and I wanted to add things like a goal and that if you get scoring goal and points.
But in the case of the "Red team" it marks two points because the if cycle is done twice, which I do not understand h...