Questions tagged as 'html'

0
answers

Send an input file by JQuery PHP

I need to send a form by JQuery using $ .post, the other input is sent correctly but the input file is not. This is the form: <form id="servicioNovip" method="post" enctype="multipart/form-data"> <input id="nombre" name="nombre"...
asked by 30.07.2018 / 16:09
0
answers

How can I consume the lat and long data of my Rest (Json) service and paint it on a map?

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title here</ti...
asked by 31.07.2018 / 21:38
0
answers

scrollbar always starts at the top

The idea is to make that when the web page loads always this in the top of the page, for some reason it depends on the browser it leaves displaced a little downwards. I am only using bootstrap 4, I have tried several times to change the CSS putt...
asked by 31.07.2018 / 21:56
0
answers

the javascript parameter is not recognized by the php query

function prueba(){ var prueba=2; // var usu=document.getElementById("usu").innerHTML; $.getJSON("json/ingresar.php", {prueba:prueba}, function(resulta){ var valor = JSON.stringify(resulta); valor2 = JSON.parse(valor);...
asked by 02.08.2018 / 14:06
1
answer

I can not display the elements of in my vaddin-grid

I'm using vaadin-grid, where I have to show a list that is stored in statusReservedList , but it does not show anything even though the results of the fix are in the console, some idea to see what the problem is, thanks . <vaadin-grid...
asked by 02.08.2018 / 12:00
1
answer

Open PHP file in SublimeText in web browser

I have a question and even though I'm looking for it I can not find the form, I'm developing a small web, I used to use Netbeans, I have several pages that are not HTML, but php, the detail is that now that I'm moving to SublimeText I find a way...
asked by 25.08.2018 / 20:37
0
answers

How to make a status monitor or activity progress

I would like to know how I can do not know if it is called as I know it, a monitor of activities, in which a user who has logged in can observe the activities he has done, if he has not made a form for example a padlock will appear saying that i...
asked by 01.08.2018 / 05:28
0
answers

Ionic | AngularJS | Typescript | Sliders in LocalStorage

I have a slider that leads to a page when I press a button. I want only the slider to appear the first time, and when I re-enter the app, it does not appear and only loads the page. My code: Slides.html <ion-content> <ion-slides...
asked by 13.09.2018 / 00:56
0
answers

error using quicksearch jquery, button dropdown appears out of nowhere

I am working on codeigniter and I am using the jquery multiselect and quicksearch libraries ( link ) to add an input to filter the information of the multiselect, but when I add it, it adds a button dropdown with the information contained in the...
asked by 30.07.2018 / 19:04
1
answer

search engine that is activated by clicking on the search icon

I have a search engine that is active when I click on the search icon and it is deactivated when I click on any part of the page , I want to deactivate that animation, that is, I want to leave the search engine fixed as any page without users h...
asked by 28.07.2018 / 23:56