Questions tagged as 'html5'

3
answers

Clicking on a button, how to slide the screen down

I have a pricey area, and I have a button next to "have more details", I want that when clicking this button, the screen scroll down the page that is where I have the "contact" section. I wanted to know how to do this "slip"     
asked by 08.10.2016 / 00:52
1
answer

Scroll JavaScript in div and paste title

Let's go to the problem: I have the following code: <span id="título">teste1</span> <div id="div_scroll"> <div id="dv1">teste1</div> <div id="dv2">teste2</div> <div id="dv3">teste3</d...
asked by 07.11.2016 / 01:57
0
answers

Help to select mount in bank

Hello, I need to set up a query in the database that returns a set of records but since I do not have as much experience in the database I would like you to give me some help. It is as follows: I have the tables tb_partida (id, flag_active,...
asked by 07.11.2016 / 22:44
1
answer

Change required field message

How do I change the message below and stay with the simplicity and coherence I need? Ihavethefollowingcode: $(function() { var requiredCheckboxes = $('.periodicidade :checkbox[required]'); requiredCheckboxes.change(function() {...
asked by 14.10.2016 / 23:12
1
answer

Where to put rotate Canvas in this code

I searched a lot, but unfortunately I did not find where the rotate function of the canvas I could add in this code. In html I have an input type ranger that I use to rotate the image .. The input type takes the value in degrees and saves it...
asked by 15.10.2016 / 05:06
2
answers

Lock click on the menu item after the first click

I'm having trouble blocking simultaneous clicks on menu items in my application, when the user clicks the first time I want them to block attempts at new clicks, I want to do this because I have a user clicking a 100 times menu item which takes...
asked by 03.10.2016 / 04:06
1
answer

Graphic with Canvas

I need to develop the following graph using canvas: But for now I only managed to draw the black lines representing x, y. Could someone help? Here's the code done. 1-part html <!DOCTYPE html> <html> <head> <ti...
asked by 05.09.2016 / 03:03
3
answers

How to clear input fields after submit?

This is as follows: When you submit the form, in the [POST] method, the variables are incapsulated in the URL bar. In the [GET] method, the variables are exposed in the URL bar. However, when you refresh the page in the [POST] method, the variab...
asked by 17.09.2016 / 20:28
0
answers

Grid Telerik Kendo UI - Delete row JS and call function

I'm adding lines normally and adding in a JavaScript array, I need to remove a selected row and remove it from the array and last save in the database. The following is not working correctly, it only calls a function but does not activate the te...
asked by 16.09.2016 / 16:21
0
answers

Multiples Carousel on the same page

When inserting multiple Carousel, when clicking on any other carousel, only the first one changes. Can anyone help me? <section> <div class="row"> <div class="col-lg-6"> <h3>Titulo nivel 3<...
asked by 26.08.2016 / 20:09