Questions tagged as 'html'

1
answer

How to make a Spinner that only accepts numbers in PrimeFaces?

I'm using PrimeFaces for a college project. How do I make "Spinner" not accept "Characters" only numbers? Idade: <p:spinner id="spinnerBasic" max="120" value="#{spinnerController.number1}"/>     
asked by 18.05.2014 / 01:19
1
answer

Customizing the html5 audio player

I have been doubting for some time, there is some possibility of customization of the audio player of html5. So far I know that there is possibility using plugins developed in javascript, more in this way I still have not found out about...
asked by 17.05.2014 / 01:00
1
answer

Picking values from a table and putting them in an HTML chart

I made a database and it is feeding a table. I would like to know what it would take to get such data from the table and plot it on a chart. In the code below the graphic with fictitious values is already present. <! DOCTYPE html > &...
asked by 04.01.2018 / 01:15
2
answers

Low quality font in html [duplicate]

body{ background: url('imagens/capa.png'); font-family: "Avantgarde", "TeX Gyre Adventor", "URW Gothic L", sans-serif; } .texto-capa{ text-align: center; color:white; display: table-cell; vertical-align:middle; } I h...
asked by 19.01.2018 / 13:38
1
answer

Intercept redirect page

I have a page whose customer is selecting items, once selected I needed to check if the client will leave the current page because I need to alert him with a message like "Do you want to save your cart before leaving the page?" if yes save and c...
asked by 08.12.2017 / 12:42
2
answers

className, SetAttribute, or classList.add

I have a JSON list that creates several objects in a blog and I came across the following ways to add classes to the HTML objects I create after loading the list: className, setAttribute and classList.add. Obviously I'm giving preference to c...
asked by 18.12.2017 / 17:19
1
answer

Error with facebook login in php

I'm having a bad time connecting to Facebook using sdk php.: settingupfacebookdevelopers: codesnippet:loginfacebook.php Can you help me? Note: I'm still developing, so I use the same localhost.     
asked by 04.11.2017 / 20:00
1
answer

Redirect page with error message

Good afternoon, I have a question Is this command correct? http://localhost/site/index.php#contato?info=Email%20Vazio    index.php # contact? info = Email% 20Value This is the function that sends the command but the page is at t...
asked by 01.11.2017 / 20:15
1
answer

How to reveal items when arriving in a certain scroll

I'd like to know how the effect of revealing items is made when the scroll of the page reaches the element, example of that site: link The effect is in the blocks with images, which appear as you scroll down.     
asked by 04.11.2017 / 00:53
1
answer

using the hook of the plugin jquery.cloneya

I'm using the plugin from jquery.cloneya which is a plugin to clone forms that were already included in an template of an admin panel I am using. I did not quite understand how to use the hook of this plugin to increment the...
asked by 02.04.2014 / 22:17