Questions tagged as 'javascript'

1
answer

Make a popup window last longer than 10 seconds

As the title says, I would like my popup to last longer, currently it does not last 10 seconds. I leave my code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!----POPUP ----> &l...
asked by 08.08.2018 / 03:43
1
answer

Leave the header of the table fixed, which does not move together with the body of the table

Hello, I need to make sure that the header of the table stays fixed, that it does not move with the rest of the contents of the table The code that I have so far is the following: #principal.table-responsive.table-hover(style='background-color...
asked by 08.08.2018 / 02:54
0
answers

Restart an animate applied to an accountant

I'm trying to make a counter animated by jQuery with animate , but I need to have the option to stop it and restart it. I get it stopped but if I resume, it has not been restarted and continues from the point where it stayed. I l...
asked by 16.08.2018 / 20:05
0
answers

SESSIONS IN JSP, HIDE OR NOT SHOW SESSION HOME PAGE

Friends a consultation .. I am working with sessions in jsp. Someone can help me, once you start session do not ask me again or appear the jsp where login username and password unless you logout, (and once logged in, forward and back pages do no...
asked by 16.08.2018 / 21:47
0
answers

Form with PHP and Jquery roundtrip

I have an HTML form with fields for name, surname, email, subject and message box, it has a submit. I want the message to show me as a message that I already have in a div if it is true or false. Now I need help with jquery and php, if som...
asked by 17.08.2018 / 00:29
0
answers

Add an element dynamically to boostrapvalidator

I'm using the boostrapvalidator plugin This here since there are several, well what I want is to add an input that is within a table in datatable here is the problem that the input is added from another form and by which first I look for the i...
asked by 08.08.2018 / 17:58
0
answers

Event to move between sections of an HTML page

I'd like to make a news website for people with visual disabilities, who can go through news sections by pressing a key like it does on Facebook. I've been looking for that information but I have not had much success, if you could help me a lot...
asked by 06.08.2018 / 03:05
1
answer

Jquery error not identified

I think everything comes from asynchronous calls but I can not identify what happens. Request URL: http://localhost/app/pagines/pacientes-0.asp?id=919 Request Method: GET Status Code: 500 Internal Server Error Remote Address: 217.112.91....
asked by 04.08.2018 / 19:11
1
answer

how to make an event happen when any of the checkboxes is checked or another when none is checked

I'm using if and else to make an element appear when any of the checkboxes is checked and disappears when none is checked and I'm using this method does not work $( 'intput' ).is( 'checked', true, function() { if ($(this).is()(':chec...
asked by 04.08.2018 / 20:45
0
answers

$ ajax with POST to a .php

I have a component in Javascript that previously created a file for the user to save it. Now I am changing that functionality so that it is saved when the button is pressed, but it does so on the server. For this I must use code that is not from...
asked by 14.08.2018 / 12:43