Questions tagged as 'html'

1
answer

Make sum of all queried data

I am making a report, I managed to get him to bring me the data of specific dates, but I am now needing him to bring me the sum of everything that was selected, I made an attempt but not the sum of everything, just a few things have been added....
asked by 21.12.2017 / 19:59
1
answer

Create a Scroll that goes up and down Javascript

Hello! I made a scroll with javascript . After clicking a button it goes up and another one goes down. But I did not like to leave 2. I would like to use a single button to go to the top and another pro end . The Code: $(document...
asked by 11.12.2017 / 22:44
1
answer

Get attribute with JS

I'm trying to make a product cart, and that's fine, it's already working, beautiful thing, but, as always, there are problems, I'm kind of new to JS, so I'm picking up a lot, HTML <button class="add-to-cart" data-price="25.99">...
asked by 13.12.2017 / 02:06
1
answer

Mount a Strobe Light inside the JS canvas

I have a task to develop for college but I have some problems. First let me try to explain what to do: I need to simulate a strobe light based on some colors in an HTML selector. The user must choose the range (I have not done the range ye...
asked by 28.02.2018 / 21:56
1
answer

How to modify only one side of the div?

Hello! I'm trying to make an effect of transforming only one side of the div as in the following image, I tried using skew however it modifies the entire div, see how I would like it to be     
asked by 09.12.2017 / 20:47
2
answers

Select does not select the correct value

I have the following problem: <select name="cargo" id="selectCargo" class="form-control show-tick maiuscula" required > <option value="">ESCOLHA A EMPRESA</option> <c:forEach items="${filaEmpresa }" var = "fil...
asked by 09.12.2017 / 13:32
1
answer

Load RTF content into HTML component

I'm using the SCEditor API to make a text editor available on the page, but I need to fill it out (with the value) with the content of a string in RTF. I did this, but it already made a mistake in the quotation marks ... var textar...
asked by 08.01.2018 / 14:31
1
answer

Customers are in html

I would like to set up an area that shows all our clients on my site, as if it were a mini slide, as in the image below, which is the simplest way to do it? Ifollowedallthestepscorrectlybutitstilldoesnotstartorshowtheimages:I'musingareadytempla...
asked by 09.01.2018 / 17:08
2
answers

How to use 2 addresses in the condition of if (! strpos ($ _SERVER ['REQUEST_URI'], '/'))

What can I do to use two addresses at once in this condition? NOTE: I need this code not to load the HTML if one or the other address is accessed <?php if ( !strpos( $_SERVER['REQUEST_URI'] , '/') ){ ?> <a id="seloEbit" href="ht...
asked by 08.01.2018 / 14:20
1
answer

Toogle button, with html action

I'm developing a website, and I would like to create a "Show More" button when clicked it will show a text, but the list that will be down will go down, as exemplified in the image, which is the simplest and most practical method to do ?    ...
asked by 08.01.2018 / 20:26