Questions tagged as 'html'

3
answers

Placing Parcel Value Dynamically

I have a Form with 3 input 1 Total value 2 parcels 3 Par Value I need to fill in the total value and the number of parcels, and fill in the parcel value. Does anyone have a solution in JavaScript or Jquery ??     
asked by 12.09.2017 / 22:42
1
answer

Select with state and city search

I'm here creating a form where the person should choose the state and after selected the list of corresponding cities is loaded in the other select, I'm using a ready library cities-states-js , so far so good, only that I had the idea and also...
asked by 05.10.2017 / 15:47
1
answer

Send data for printing on another page

I need to send some information to another page for printing, I have already been able to validate the information, but I do not know how to call the other page and print the data provided by the user. What I have is this: Validation: $(fu...
asked by 09.08.2017 / 02:30
3
answers

I can not put a div pasted on the other

I want to put the 3 divs on the same line with width: 33.3333% , but a space between them is appearing. Note in the image that padding , margin and borda are zeroed, and I declare box-sizing:border-box in...
asked by 05.08.2017 / 17:19
1
answer

How to close a modal when clicking outside it?

I made a modal and need it to be closed by clicking outside it or the close button. I already tried to do with onblur only that it does not work, it only serves for tag input. How should I do it? function abre() { document.getElementBy...
asked by 19.08.2017 / 15:16
2
answers

Colors changing according to the monitor

I'm creating a website for use in the company I work for, this site has a blue background and everything, in my notebook it looks great, the blue color I chose, but when I switch to another monitor it turns purple, color completely off my scale,...
asked by 20.08.2017 / 07:43
2
answers

Place top at page resize

I'm trying to leave the company logo above all content at the time the page is resized, but to no avail. Logo Call: <a class="logo pull-left" href="index.php"> <img src="assets/images/logo-chipi.jpg" alt="" /> </a>...
asked by 21.07.2017 / 16:42
1
answer

PHP Chat How to use? [closed]

I want to have a chat for support on the site I am developing, I am wanting to use tawk.to , I have some doubts about how to install it, I am developing the site in CSS and HTML . The question is whether the site needs to be...
asked by 31.05.2017 / 19:26
1
answer

Putting delete method inside an append Jquery

I have the following situation, I make an append and inside it I need to send a delete method, to treat it in the web service I'm having doubts, I've already tried to create a form inside, but it does not work, detail if I put the link " link '...
asked by 13.06.2017 / 15:52
1
answer

how to load read JSON file in JS and load search result in HTML code?

I made this javascript code in a .js file, where my intent is to get the data from a JSON file and use it in my HTML. I do not know how to use the $ .getJSON function in my code to do this and put one thing together. Thanks for any help. funct...
asked by 13.06.2017 / 20:33