Questions tagged as 'javascript'

0
answers

clone a selectpicker

Good afternoon friends I have the following problem I need to clone a multiple selectpicker which I have in a DOM with an incremetable form that is inside an html table, the problem is that when I add another row the selectpicker appears twice,...
asked by 16.12.2017 / 20:01
0
answers

How to delete or clean an xml file

I need to delete or clean my xml in javascript that is this way <markers> <marker name="Love.Fish" address="580 Darling Street, Rozelle, NSW" lat="-33.861034" lng="151.171936" type="restaurant"/> <marker name="Young Henrys" addr...
asked by 27.11.2017 / 17:20
0
answers

Put screen to fullscreen and keep it even if you click on another site on the page

Good morning. I have a button that when pressed, the browser is put in full screen, and another button that when you press it, the whole screen is removed. Up to here everything works for me ok. The problem I have is that when I put on ful...
asked by 24.11.2017 / 07:51
1
answer

Change status of any checkbox in a table

Hello good afternoon this time I come across a detail that I can not solve. When you click on a checkbox you should trigger a function that verifies if a candidate is already associated with a vacancy but what does not go well is that when you d...
asked by 24.11.2017 / 23:05
1
answer

Problems with jquery gallery

Hi, I'm doing a gallery, which contains information and image. These 6 columns have hidden content that, when clicked, expands and displays the information of said file. These images in their idle state have a hover effect where text content is...
asked by 27.11.2017 / 01:47
1
answer

How to upload a text from summernote to mysql

I have a text in javascript with the library summernote but I do not know how to upload it to mysql below is the code I have <?php session_start(); if (!isset($_SESSION['user_login_status']) AND $_SESSION['...
asked by 27.11.2017 / 15:01
1
answer

Div error with ajax

What happens is that when sending the form, if there is an error, a message is displayed in a div, this only happens the first time, then I keep pressing the submit, but I do not see the error message. ajax function: function login(){ l...
asked by 02.12.2017 / 20:08
0
answers

Pass values of an input and calculate route

I have the following code, I am trying to pass the value of an input textbox to a function that calculates a route, the textbox is receiving coordinates from a database elcode is as follows: document.getElementById('Busca_Camino').addEventList...
asked by 28.11.2017 / 23:16
0
answers

dompdf does not load all the data of the html that I sent

This is the pdf that generates me missing the data of the first column this is the php code where I have a function public function ventas($link,$mes_inicio,$mes_finalizacion,$año) { $fecha="01/".$mes_inicio."/".$año; $fecha2="30...
asked by 29.11.2017 / 03:04
1
answer

because my modal appears fast and "disappears"?

Hi, I have a project in ASP .NET with C # I have a form to change my password, and for that I have a modify button in which when I click on it, it should show me a modal where a message appears that the password has been modified and a button wh...
asked by 05.03.2018 / 18:52