Questions tagged as 'html'

1
answer

Select a certain number of Inputs from an option

search the forum but I did not find a solution, what I'm looking for is that from an option that has the numbers 1, 3 and 5 defined, you can select the same quantities in a list with inputs to send a form by mail, I appreciate the help <li&...
asked by 29.11.2018 / 20:56
2
answers

as a full html code as TEXT in database through AJAX?

I have a html code, I need to use AJAX, by pressing the button: Save, that all the code is saved in the database in a field type TEXT     
asked by 30.11.2018 / 11:29
0
answers

show data json in html table imported in link using php

I want to be able to show in an html table the following elements that a json is bringing me but I have no idea how to do it ... <?php // Initialize cURL and make the request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://cashaff...
asked by 29.11.2018 / 04:14
0
answers

change menu color with scroll spy

how to use scroll-spy to change the background classes of the nav, but without necessarily declaring that the change works because the menu does not have all the sections of the page. and especially how to make one of those changes by just going...
asked by 29.11.2018 / 12:22
0
answers

web check loading files

Hello, I would like to know how to do the following, as well as web testing tools like tools.pingdom.com I would like to know how to "see" and know all the files that a web loads when calling it, for example with the tool that I have named befor...
asked by 06.12.2018 / 15:28
0
answers

I have a problem sending a form with firebase and javascript in the URL, the data remains

that is my url after sending the data to javascript with firebase and I would like it to be deleted when I send it, as I can do it since I do not find anything similar     
asked by 04.12.2018 / 13:23
0
answers

I have a bank of images in firebase and I want to show it in my html in carousel mode but it is not shown to me and it does not show error

<div class="container"> <div class="row"> <div id="carouselExampleControls" class="carousel slide" data-ride="carousel"> <div class="carousel-inner" id="galeria"> </div...
asked by 28.11.2018 / 15:34
0
answers

Display select options automatically

I have the following code where I show a table in this I have some items saved in a select . When I change the number of a task it jumps to tr next to it showing the select , but here I want to see this list automatically with...
asked by 28.11.2018 / 13:28
1
answer

How to select a week cpn fullcalendar

I would like to know how I can do to select the full week from a particular day in fullCalendar. It occurs to me through the dayClick event, the subject that until now I have only been able to obtain the day, but I would like to know the whole w...
asked by 26.11.2018 / 22:00
0
answers

Oneclick responsive menu event when a link is clicked

Very good everyone, I have the following hamburger menu var hamburger = document.querySelector(".hamburg"); hamburger.onclick = function () { this.classList.toggle("checked"); } input#hamburg { display: none }...
asked by 28.11.2018 / 07:52