Questions tagged as 'html5'

1
answer

How to make each element of a carousel crawlable

I have had a window that has a carousel of users in ASPx and some tasks to do and want each element of the carousel to be draggable, Drag and Drop type and when it is positioned on top of a task, that user is associated with the homework and I'm...
asked by 21.03.2018 / 09:56
0
answers

In Webview as it is centered on the width of the screen

I'm adjusting a local web page, the width of the screen. I am using this code to adjust it to the width of the screen mWebView.getSettings().setBuiltInZoomControls( true ); mWebView.getSettings().setDisplayZoomControls( false );...
asked by 06.03.2018 / 21:22
1
answer

Problem with Ajax + PHP - Attempt to make a Form

I'm trying to create a form that works with Ajax and Php, but I still have not been able to do it because I'm making a mistake and I do not know which. I leave here the code so you can help me. The idea of the page is that where is the input...
asked by 08.03.2018 / 23:17
0
answers

#vmix help with transmission [closed]

I'm new with vmix and I just started working with a local tv channel and which asks me as their web developer to transmit the program over the internet without using a third party like ustream or livestream, that is, a free player. I would ap...
asked by 23.02.2018 / 22:53
0
answers

I'm trying to render HTML DOM objects with Javascript depending on the type but I'm a bit lost

let items = [ { name: "Luis", price: 15 }, { name: "Amore", price: 100 } ]; var elDiv = { name: 'div' } var elUl = { name: 'ul' } var elLi = { name: 'li' } var elP = { name: 'p' }...
asked by 15.02.2018 / 04:21
0
answers

Double call Ajax with Vanilla

I have a lot of time involved with this code, that's why I use forums, I want to do as a movie guide but with the information taken from an API, I know I have two Ajax calls One that fills my list of characters (10) Now when I click on each of t...
asked by 07.02.2018 / 07:13
1
answer

Call Ajax with a click

I am very lost with this project and I need a guide. I'm filling a list with characters whose information comes from an Api, these are 10, within this information is the link of the movies in which they appear, my idea is to click on each of...
asked by 05.02.2018 / 04:34
0
answers

Problem connection form to the mysql php database [closed]

I try to access the database from a form, and it does not take me anywhere. If someone could help me ... thank you! The code is as follows: <?php session_start(); if(isset($_SESSION['admin'])){ require '../php/Funciones.php'...
asked by 22.01.2018 / 18:37
2
answers

Modal of materialize does not open in hosting

I thank you for entering! It happens that everything inside the while disappears, if I have a button inside the while and another outside the while, only the one that is outside the while is shown, this is the code that I have: The HTML is t...
asked by 11.01.2018 / 23:16
2
answers

load ajax from a date

I need a data to be updated in ajax but depending on the selected date, for example, if the date is less than today it should show a div showing something, and if it exceeds today's date it should show another div, currently only handle basic aj...
asked by 17.01.2018 / 20:52