Questions tagged as 'javascript'

1
answer

Javascript form

I have a problem which the required does not work and then it does not work either go to the hello page.html function confirmar(){ var listasexo = document.formconf.elements["genero"]; var sexo; for(var i = 0 ; i < li...
asked by 03.10.2017 / 20:09
0
answers

Display data in datetime-local input from DB

I am using fullcalendar, and when I click on an event I am passing its data to the fields of a modal, all the other data are shown in the corresponding inputs, except for the two datetime-local inputs that are not shown , nevertheless if I pass...
asked by 02.10.2017 / 16:28
0
answers

insert from javascript the symbols = and &

I'm inserting a javascript function var a= 23 & b=15 from javascript But when I save and see in the database if the information is correct, only var appears. The bd is Oracle. I used the replace to exchange for other value...
asked by 02.10.2017 / 15:22
0
answers

Doubt regarding the windows.onload event of JavaScript

Hello, I am new in this of HTML , CSS and JavaScript I was watching some tutorials of computer pills: D, and well if I do not have an error when viewing the page in the browser, it appears doubts because in the debugger marks...
asked by 30.09.2017 / 15:27
0
answers

image style not working after injected html img src tag

Que Tal! Could someone help me with this topic? I have a web with a slider in front that presents 5 fixed images and which I want to assign with a random index. As I move down the page, I have another gallery of 20 images. In both cases I...
asked by 29.09.2017 / 23:43
0
answers

The keyboard disappears and reappears when I change the focus

I have a list and when I delete an item, using the click or tap event, I set the focus on the next item to the deleted item, looking for id and with the focus () function. Then the keyboard disappears and reappears. How can I make this not happe...
asked by 03.10.2017 / 17:15
0
answers

Pass the VALUE of an INPUT to an OBJECT

I have a JSP in which I have to modify an INPUT in a certain way and its final value should be passed to an object, I have tried it in several ways but I do not recover the value. I leave here some examples of how I have tried to do, if someone...
asked by 03.10.2017 / 17:12
2
answers

Return the value of a variable captured from a click function

I have this html: function() { var resultado; var a = $('div p').click(function(data) { var i = $(this).prev().prev().before($('span')).text(); resultado = i; }); return resultado; } <script src="http...
asked by 03.10.2017 / 13:20
1
answer

Javascript Manners

Hi, I have a problem, and when I open a modal window with javascript, I get a black background. The problem is that I click on that black background and I can operate as if it were not. How can I make that part of the black area around the modal...
asked by 03.10.2017 / 07:17
1
answer

Click Javascript link href

I'm doing a code to enter a platform. It has a URL which I access and log in through Mechanize. import mechanize br = mechanize.Browser() br.set_handle_robots(False) br.addheaders = [('User-agent','Chrome')] #URL del Login br.open('https://pl...
asked by 29.09.2017 / 16:52