Questions tagged as 'javascript'

3
answers

Synchronize two-layer view (div) with the Horizontal Scroll [closed]

On my page I have two layers (div) with horizontal scroll each ... how can I do to move a scroll the other also move to synchronize the view of both layers? <div id="divGrid" align="center" style=" overflow-x:auto;" > <div id="c...
asked by 17.07.2016 / 15:12
1
answer

ondblclick javascript event

I'm doing an application in JSP to ask and answer questions. I try to make a function to edit an answer, my idea is that the user double click on the answer to edit and the buttons to edit are displayed. The function as such in JavaScri...
asked by 09.08.2016 / 16:35
2
answers

Problem onunload event in IE and Safari

First of all, hello everyone and thanks for your time. I'm making an application with Jquery Mobile and I have a big problem. When a page is refreshed, all the dynamic content that has been generated from the page is obviously lost, leaving o...
asked by 05.07.2016 / 09:47
2
answers

Fill in form data from an object - Using Javascript

Javascript - I'm not sure how to fill in the data fields in the form. I have to enter a name in the " id=nombre " field of my form and press the " Ver " button to see all the data of the object of that name. I store the data i...
asked by 25.05.2017 / 15:50
2
answers

How to Create an Edit View in AngularJs

How could I do that by clicking on the Edit button, I could open a form where I filled out all the data to edit the company that appears in the table ??. In the query I only show 6 Basic Data but in reality they are more and I would like to show...
asked by 26.07.2016 / 14:00
2
answers

Do not execute click event

This is the code that I have of the button (The variables are equal to the result of a query, I checked and they are fine): echo '<input type="button" value="ELIMINAR" class="btnForm" onClick="eliminar('.$idEvento.','.$nombre.')" /> ';...
asked by 11.06.2016 / 15:56
2
answers

Hide image taken by html2canvas

I need the screenshot that is taken with html2canvas to be in a hidden div, since it is shown on the page and I definitely do not want it to do that. I tried putting the div in the html giving it an id but it does not work. This is the code I ha...
asked by 11.06.2016 / 23:02
1
answer

Search the value of an input in Duckduckgo / Google using javascript

I want a way to open a search through Duckduckgo using the text entered in a text input (# search-bar), so that when you click on the Enter key the written text is the value of the search. I want to do it without using libraries li...
asked by 27.06.2016 / 03:52
1
answer

How to put a link in jquery table that opens a pdf using generic handler?

good morning: I have the following code: generic handler public void ProcessRequest(HttpContext context) { string nombreArchivo,tipo; // int id = 12725; NOTA:"Si hago asi no marca error y si me muestra el pdf" int id = int.Parse(cont...
asked by 27.06.2016 / 15:48
2
answers

Stop SetTimeOut if the item is no longer clicked before the time out acts

I'm doing a virtual keyboard and I want to make that when I hold down a vowel for at least 500ms, I'll open an article that shows the different types of accents. However, I want your behavior to be realistic. If, for example, I stop pressing the...
asked by 10.07.2016 / 23:17