Questions tagged as 'css'

2
answers

Reset all fields (input, textarea) of the html page

How can I make a textarea button on the page have its content deleted?     
asked by 19.02.2018 / 04:07
4
answers

Find string on page with JavaScript

How can I perform a search on a DIV similar to Chrome's Ctrl + F with javascript? Regardless of uppercase, lowercase, accents, etc. So far I have the result below. I get the term found and check if there is any occurrence in the text. But...
asked by 15.02.2018 / 16:07
2
answers

How to put a h3 and p tag inside a class

How do I put a h3 tag and a p in the same image, however I want to put the p tag down as a footer and h3 on the top of the image when hovering the mouse on image hover brings the two tags together. CS...
asked by 07.04.2018 / 16:00
1
answer

How to use the setTimeout () method to delay the appearance of a Javascript alert?

Good afternoon, right now I'm developing a javascript, html and css project. it is the Game of the Rooster, the game works only that I need that the warning of victory or of tie only appears after the X or the O. And what is happening is that th...
asked by 18.01.2018 / 17:23
1
answer

Show preloader icon on site

I have a login page that calls a page to confirm the registration, in case the person has to open the email, get the code received and go to the confirmation page. The problem is that it takes a significant amount of time to call the screen to c...
asked by 21.02.2018 / 20:04
2
answers

How to make 'appear' in an element according to page scrolling?

I watched this video (link below) and would like to build an element that only appears when the scroll reaches the "touch point". I believe it should be javascript. If anyone knew I would be very grateful: D I tried to link the files and add the...
asked by 31.01.2018 / 01:25
2
answers

Create a modal only with jQuery / JavaScript

I have a view RecoverySenha , where it will bring the following message:    We will send password recovery information to the email below:       [email protected] Where this view will already open with the email according to the user ID....
asked by 30.01.2018 / 12:26
2
answers

How to format the select option with bootstrap in an angle?

Look at the image below: YoumaynoticethatthezipfieldisverydifferentfromtheStateandCityfield,CEPisduetoAngularPrimeNgfeaturesandtheStateandCityfieldarenotinheritingthesesettingsduetotheuseoftags.I'vealreadymadeseveralattemptstoformattheStatea...
asked by 07.02.2018 / 13:05
1
answer

Problem with modal

IdonotknowwhywhenIclickititdoesnotopenIcalleditrightandtheCSSiscalm.. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); html, body { width: 100%; height: 100%; margin: 0; } .page-wrapper { width: 100%;...
asked by 02.01.2018 / 20:09
2
answers

A question about the toggle button

I made a toggle button using this code: // Hide all the elements in the DOM that have a class of "box" $('.box').hide(); // Make sure all the elements with a class of "clickme" are visible and bound // with a click event to toggle the...
asked by 29.12.2017 / 01:30