Questions tagged as 'html'

1
answer

Download image only by its URL

I have this requisition: var exportUrl = 'http://export.highcharts.com/'; $.post(exportUrl, d1, function(d1) { }); Since exportUrl + d1 becomes the url of my server-generated image. how do I continue the process and download it? I tr...
asked by 07.11.2017 / 19:11
1
answer

How to simulate a radio-type input for the screen reader?

I'm doing a satisfaction survey that should be accessible to users with screen readers. For each question, answer options containing a text "Great, Poor, ..." and an image corresponding to the text are displayed. For aesthetic purposes I do...
asked by 01.09.2017 / 20:32
1
answer

looks for PHP / MySQL with JavaScript returning data for HTML

I am putting together a search page where in the HTML page a search button when clicked calls a Javascript function that passes the typed content to a php page. This page in PHP should connect to the database, fetch what was typed and return som...
asked by 31.03.2016 / 15:06
1
answer

Date is not "white" sql-srv

I have a column in the database type date . WhenIchangesomedateinaformphpandleaveitblankthesameinsteadofbeingblankitbringsmebacktodatewith1900-01-01.BelowistheinputIusetochangethedate.DateOutput:<inputtype="date" id="saida" name="sa...
asked by 05.04.2016 / 14:49
1
answer

How to create and populate a table using jquery and database?

I need to create a table in HTML that populates rows and columns with data coming from a specific table in my database. But I want whenever a new data is inserted into this database table, it automatically appears to the user in the HTML table....
asked by 06.04.2016 / 15:55
1
answer

I need another solution to make this code

People I made a code to appear the word at the end with the click, but my code was very extensive. Do you have any other solution to do the same thing? <!DOCTYPE> <html> <head> <title>Substituir</title> </h...
asked by 30.03.2016 / 21:25
2
answers

Facebook Page Plugin giving "Failed to load resource"

I would like to use the Facebook page plugin, but I can not. After adding this code at the beginning of the body tag <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (...
asked by 10.10.2015 / 16:46
1
answer

Css code changing entire page layout

I created an image with hover effect that shows a listing on top of it when mouseover, but the code is changing the entire layout. CSS: div a { text-decoration: none; color: white; font-size: 23px; padding: 0px; d...
asked by 13.10.2015 / 23:10
1
answer

Mouseover effect td with jquery or css

How can I make when I hover over my td , display the edit icon in it? Note: My code does not work: jQuery Event: $(".editableSpan").mouseover(function(){ $("#tdEditable").append("<span id='widthSource'></span><sp...
asked by 08.10.2015 / 21:48
1
answer

How to center the two squares inscribed in the largest square with CSS?

I would like to leave the three squares of the code below, centered symmetrically in relation to the center of the largest square that has the black background. .box{ height: 100px; width: 100px; background: pink; margin:0 auto;...
asked by 30.09.2015 / 01:04