Questions tagged as 'html'

1
answer

Catching text within a PHP ul list

Hello, I'm creating a project that I need to get some texts from a list on another site, I'll show you how I need it; I'm using file_get_contents ; $url = "www.site.com"; $html = file_get_contents($url); $getTextoList = ""; preg_match...
asked by 30.03.2018 / 18:21
1
answer

Send form without Ajax and without refreshing the page

When you want to submit a form without updating the page, if you think about Ajax, that is a practical way to do it. But would there be another way to do this without using Ajax? For example, I have the following form: <form name="form"...
asked by 08.02.2018 / 03:11
1
answer

Export HTML table to Excel while retaining styles

I would like to know how to export a table from my html code to excel while maintaining the formatting (colors, borders, etc). I am using the following function: <script type="text/javascript"> function fnExcelReport() { var tab_tex...
asked by 09.02.2018 / 01:41
1
answer

Problems with Jquery to get value from input text

I am not able to get the value of the input text, the error of indefinite ... someone would know to answer me because this is so ??? $(document).ready(function () { $('#btnPesquisar').click(function () { var...
asked by 08.02.2018 / 14:46
1
answer

How to make the image to be responsive in the mobile inside the Carsel bootstrap 4, so it fits

<div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target=...
asked by 08.02.2018 / 04:17
2
answers

Radio buttom that when selected changes the background of a div and saves in DB the result

Hi, what I want to do specifically are radio buttons that when one activates the background color of the div skips the default color (white) and changes its background color according to the buttom radius, and save that change in the database. da...
asked by 01.02.2018 / 02:54
0
answers

How to map an image to work responsive

I have a picture of a bed and needed that when the hover mouse happened on the pillow popup a popup, but I do not know a way to map this image, I would use html map but I will not have responsiveness, does anyone know a way to do with which the...
asked by 01.02.2018 / 10:47
1
answer

Full screen overlay with menu

Talk to people, okay? I'm having a hard time making the effect of Full Screen Overlay, in this effect I use CSS and Jquery. The effect consists of opening a div overlay, when I click the menu button the div overlay hides the scroll bar, the p...
asked by 01.02.2018 / 19:56
1
answer

Bug on fullscreen scrolling website

I'm trying to do a fullscreen scrolling website. That is, I do not want the scroll to stop in the middle of a section but to identify if it comes from below or from above and make an animation to the top of the respective section. I have the fol...
asked by 31.01.2018 / 15:49
0
answers

how to access a shadowDom element using D3.js and Polymer

Good afternoon, I'm trying to make a program to draw a graphic, however I need to erase the graphics and draw it again whenever I update. I'm using D3.js to handle svg and polymer because I'm creating a web component. In short, my code looks lik...
asked by 31.01.2018 / 17:08