Questions tagged as 'html5'

1
answer

Center loading on page

I'm building a load and I'm having 2 problems. 1st How to leave the circle div that contains the animation in the vertical and horizontal center of the screen. 2º How to leave the load tips rounded. .loading { background:...
asked by 08.03.2017 / 13:41
3
answers

Effect on jQuery [closed]

How to make an effect in jQuery, that when using the SCROLL the divs and the elements appear in fadeIn, like in that site: link     
asked by 29.01.2014 / 19:01
3
answers

How to know if at the beginning of a p have "x" character?

Hello, I am a layman in JS / JQuery, but I believe it is in him that I will be able to do what I want. I do not know if many have used 4chan, but there, there is a function in which, if the user uses the ">" in every beginning of the line...
asked by 01.02.2016 / 14:26
2
answers

Limit text display by number of characters with CSS

Friends, usually overflow: hidden; has a text limit by the size of DIV of it, say 105 pixels ... example: <div style="overflow: hidden; width:105px; border:1px; white-space:nowrap;"> teste de texto de teste de texto de...
asked by 15.03.2016 / 09:34
3
answers

Disable tab that shows all results

I have problems with this code, because I want to register the case, however I want to remove the tab where everyone appears, either part of each selected! The first tab is to show all (I want to disable), I want it to start straight from tes...
asked by 15.11.2018 / 16:51
1
answer

var_dump returns everything on the same line

Hello everyone, my php is returning var_dump this way what can it be? I use xampp in ubuntu. Who can help thank you very much.     
asked by 02.08.2016 / 00:14
3
answers

Field Percentage in HTML

Good morning! I am developing a restful application, using angular 4, components of PrimeNg (version 5), HTML 5 and CSS 3 in the front part. I came across a problem that apparently can be considered simple but I do not find anything that helps m...
asked by 24.04.2018 / 13:02
3
answers

Button and span logic from CSS

I have a button and a span from the following code: <div id="onestepcheckout-place-order"> <button type="button" class="button btn-proceed-checkout btn-checkout" title="<?php echo $this->__('Place Order Now')...
asked by 07.11.2017 / 20:42
4
answers

How to put a gif before displaying the page of the site

I would like to place a loading gif on my site. When I access the page before opening the site, I would first open the gif and stay for 1.5 seconds or so. Is this possible? Note: I want something more or less like this link     
asked by 26.05.2015 / 20:29
2
answers

How to transform input value into string

How do I make the value of an input into a string, including whether the user types HTML tags, with JavaScript or jQuery. <div class="val-input" contenteditable="true"></div> $(function(){ var val = $(".val-input").text(); });...
asked by 23.05.2015 / 01:38