Questions tagged as 'html'

1
answer

added text with append does not respect div

I have a list that its elements are added with the jquery append and the added text does not respect div and nor list boundaries: css:#list_arquivos{list-style:none;}#list_arquivos.arquivo{display:inline-block;margin-left:20px;margin-bottom:...
asked by 10.12.2017 / 23:39
2
answers

maskMoney does not work in input inside table

Here I call the mask using class $(function($){ $(".dinheiro").maskMoney(); }); In the form's input it works normal, but inside table does not work. function addProd(obj) { $('#add_prod').val(''); var id = $(obj).attr('data-id'); var...
asked by 30.11.2017 / 03:53
2
answers

Exchanging contents of a div by an html file

I'm doing a simple portfolio that will not need any Framework like angled or react, which I would like and do something so I could create the separate html files and a main just by swapping the page content with JavaScript. Something like that,...
asked by 21.02.2018 / 14:18
2
answers

Button does not point to another page

I have a button that when clicked on it, localStorage takes its id, there it plays the id to the other page, but when I click on the button it is not pointing to the other page, it is only changing the url to the name of the page that is more "b...
asked by 27.02.2018 / 19:27
1
answer

Event when user closed the tab / page

I need to know how to execute a function the moment I close the page , for example I want to send an alert to the user as soon as he leaves Searching here on the site I found this code: window.onunload = function() { alert('Valeu, fa...
asked by 10.02.2018 / 00:25
1
answer

How to get data from an input and add the properties of a Javascript function?

I am most certainly personal. I would like to take data from my input and put it inside the properties of a function. If the function could be performed (capture all the data) I would like to display a success message, already in case of error a...
asked by 27.02.2018 / 20:54
1
answer

Api for organizing files similar to tree structure

I'm developing a meeting module, which contains schedule management, the schedules are organized as follows: 1. pauta c 1.1.pauta x 2. pauta v 2.1. pauta b 2.1.1. pauta y Each staff of this is a record in the database. I tried...
asked by 06.11.2017 / 00:30
1
answer

Select child after using querySelectorAll

I want to change some attributes within the fields: ul > li . In the case I will change the a.url and img.src, however I am using a for for changing the fields it is using in the artistSimimarChild [i] mode how can I access the ul > li...
asked by 07.11.2017 / 00:46
1
answer

Form of contact with textarea next to the inputs

I want to put the contact form with the inputs on the left side and the textarea on the right side as in the image below, I can do the expected result with the float:left however my layout ends up breaking. Howtoac...
asked by 18.05.2018 / 20:03
3
answers

How to Take the "resizing" of a textarea?

                                                    < script src = "//cdn.tinymce.com/4/tinymce.min.js" > < /script> < script > tinymce.init({ selector: 'textarea' }); < /script> <div class="form-group...
asked by 23.05.2018 / 14:44