Questions tagged as 'html'

0
answers

Selection area with the mouse?

I'm developing the following code to create an element selection area using the mouse. var draggingMouse = false; var leftMouseDrag, topMouseDrag; $(document).on("mousedown mouseup", "#cloud_main_page", function(e){ if (e.type == "mou...
asked by 26.05.2018 / 19:38
1
answer

How to get input value and make an account

Hello, I'm new to the programming area, and I'm learning javascript. I decided to make a tool that calculated the AMA (slaughter, death, care) of a game I play. The bill is to add the killings with assists and divide by the deaths. So far so goo...
asked by 26.05.2018 / 02:56
0
answers

Jquery - Trying to clear a select

I have two dropdowns (select in html) one from UF and one from cities, when I select a state I want to trigger a function to populate the dropdown of cities, getting the state id as parameter. It is bringing all cities from the selected state an...
asked by 25.05.2018 / 16:02
0
answers

How to browse data from an HTM file?

I need to go through the data of a .htm that is zipped in this file.zip to get the date, numbers drawn and number of winners. But I have no idea how to do this in an automated way. Can anyone tell me what tool or technology to use to ge...
asked by 24.05.2018 / 04:23
1
answer

Paging without php and mysql

I'm trying to make a simple paging, just click the "2" button for example and it happens. I tried to use this, but I could not: link Could anyone help me with this? From indicating a tutorial on Youtube, article, book, personal help, any...
asked by 12.11.2017 / 23:51
3
answers

Refresh button using jQuery

I want to update two fields in the database but without needing to refresh the page but I'm having trouble implementing something like this. That when I click on the UPDATE button the Phone and Mobile fields will be updated in the bank. Follow t...
asked by 14.11.2017 / 12:58
2
answers

How to send multiple values with inputs of the same name

The problem is as follows, I have an html table that is populated within a while in a query to DB, in that table some fields are inputs and I need to enter the data entered in this input into my DB. I was thinking of getting them in another ph...
asked by 16.11.2017 / 13:53
0
answers

How do I put CSS correctly in an SVG rendered in the view via the use tag?

I'm using AngularJS to load an element, but it does not grab the CSS. A View: <svg version="1.1" id="body_1" data-name="body-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewB...
asked by 08.12.2017 / 14:40
0
answers

Render a policy

I have a directive that when I load the page it is rendered, the contents of that directive will undergo some changes during use. I wanted a medium that pushed a button at the press of a button to its default content.     
asked by 20.09.2017 / 13:34
1
answer

How do I specify a CSS property in a single element for a repeating class?

I have a Wordpress website. In theme, I need to customize the height of a single div of class image_wrapper , but when I make the change, this reflects in the other divs of the same class scattered around the theme....
asked by 13.12.2017 / 23:57