Questions tagged as 'jquery'

1
answer

How to do so that with fadeOut the div does not disappear?

Good morning, my problem is that when the word hello disappears, the world comes to occupy the place of hello. Is the div deleted when using fadeOut? How to make this not happen? <!DOCTYPE html> <html lang="es"> <head&g...
asked by 15.12.2017 / 21:50
2
answers

Javascript TypeError: variable undefined

I have the following problem in my javacript code, I have searched for all kinds of solutions and nothing. Here I have my code ready and running trial version ajax.html there all var arreglo; var area = new Array(); v...
asked by 15.12.2017 / 22:06
1
answer

How to "activate" / "deactivate" a record using Ajax

After several attempts and searches I turn to you for the following problem. In a table I have a field in the DB that gives me the possibility to Activate or Not a record (for example, so that it can not be seen). I have a form to update high, b...
asked by 22.01.2018 / 18:53
1
answer

Get full URL of the href

I have the following code that when pressing a <a href I get the url of this one: <a href="http://localhost/uno/dos.zip">DESCARGAR</a> and jQuery $('a').click(function(event) { var url = $('a').attr('href'); aler...
asked by 21.11.2017 / 22:30
1
answer

bootstrap modal window does not close

My modal window does not close when I click on the close button, previously it worked correctly and now it does not close anymore, this is the html code of the close button: <div id="modalContractCandidatesPre" class="modal fade" data-ke...
asked by 23.11.2017 / 23:53
1
answer

Error loading data with AJAX

Every time I give the button to load the AJAX, I load the start screen with everything (header, menu and footer) apart from not loading the data from the table I request. I get this error in the console: [Deprecation] Synchronous XMLHttpRequest...
asked by 18.11.2017 / 19:47
1
answer

Get JSON data

Greetings. I need to obtain the records of a specific row, through ajax I am sending the id to php and I get the row, but I am not able to manipulate the data and then assign them to html elements. Where will the error be? $(function() { $...
asked by 20.11.2017 / 19:43
1
answer

Problem with the collapsible of jquery mobile and ajax

Good afternoon. I'm making a mobile application with jquery mobile and I have a problem with the collapsible elements. I make an ajax call to the server to get data, and if the answer is correct, what I want is to insert as many collapsibl...
asked by 28.12.2017 / 14:01
3
answers

How can I rename the name of a tab element in materializecss?

Hello Stackoverflow people, I hope you have a great day. I'm working on a project and I have to use the tabs elements of the Materializecss framework (a material design framework). Basically I want to achieve the following behavior in the tab el...
asked by 26.12.2017 / 05:43
1
answer

Problem with value that Ajax returns when sending mail, even if it is successful

I raise this question at the suggestion of @CamiloVasquez that has helped me in another question. I have a form that collects some data from the user, and has the option of sending it by mail via Ajax. Then the code that processes the data to as...
asked by 21.12.2017 / 18:12