Questions tagged as 'javascript'

1
answer

How to display the time of this counter in the title bar of the window?

Follow the timer file: link It shows the time in the input, but I wanted it to also show in the title bar of the browser, even minimized I want the time to be shown in the window title dynamically (updated from time to time in the case,...
asked by 14.10.2015 / 17:55
1
answer

Catch last generated ID in insert, return to ajax function and send to another page

I'm doing a program and on the first page I enter a series of values entered by the user into the bank and generate a id . After that I would like to return the value for the AJAX function and redirect to another page passing that id...
asked by 10.11.2015 / 22:27
1
answer

Turning INPUT into DropDown Items?

Good afternoon guys, I have a question, how would I use jquery to transform inputs into a droplist menu? Html is as follows: <li class="select skuList item-dimension-Tamanho"> <span class="group_0"> <input n...
asked by 16.09.2015 / 19:12
1
answer

Add parameters get value of a select / option in url

I have in the page that lists the properties of my site a search form and a select that does the ordering of the result. Theproblem:Searchingtheformandpassingintheurlthevaluesviagetctr=0&min=20000&max=999999&suites=3etc.andsoonafterc...
asked by 17.09.2015 / 22:54
3
answers

UserControl to control Logon Schedules [closed]

How can I make a user control of Visual Studio a screen similar to this image below, in an ASCX (HTML, CSS, / em>: I tried several <div> , but I think it would be a very long process, and I think it's possible to do it wit...
asked by 20.08.2015 / 21:55
1
answer

timeout for $ http request (fetch for 5 seconds, if not, return 'error')

I'm setting a $ http request for zip code, so sometimes it takes too long for the API to return a response, and the user is stuck with continuing to checkout. The function worked, but when I tried to add the timeout it stopped. FUNCTION:...
asked by 13.08.2015 / 16:27
1
answer

JavaScript control element using scroll

Hello, I was thinking of putting in a project of mine, an "effect" of controlling a certain element using the position of the scroll bar, when the user descends through the page. I tried to do some testing but ended up giving in to nothing. I th...
asked by 10.09.2015 / 19:30
2
answers

JS does not identify rendered class after the page loads?

html page: <html> <head> </head> <body> <span id="resposta1"><a style="cursor:pointer" onclick="resposta(1)">Responder</a></span> </body> </...
asked by 18.10.2015 / 01:43
1
answer

Marker Google Maps pulls only 1 address among several [duplicate]

I'm using the Google Maps API to make a map with markers over the address I'm reporting, and also an auto complete in input . The problem is that if I put, for example, the address of my house in the input and it places the marker on top...
asked by 05.08.2015 / 20:22
1
answer

How to reset form state with model data?

I have a model in which I fill in the fields of a form (use asp.net mvc and the view is typed), that is, I load the fields of this form according to the data of the database for the user to change on the screen What I want to do is a "undo" bu...
asked by 07.08.2015 / 15:10