Questions tagged as 'jquery'

1
answer

jQuery serialize () method not working

I have a modal with some fields in which I make an AJAX call for data processing, but the problem is when jQuery will serialize the inputs of my form. It just does not work. Below my modal: <!-- Modal de Destinos--> <div class="mod...
asked by 02.12.2014 / 13:20
0
answers

Is it possible to select a video card?

I want to create a small web program where I need to select a video card. It is software for displaying music on a projector. As the PC will have two cards one will only be to show on the projector. Now that they are: The system must...
asked by 23.01.2015 / 01:29
0
answers

Select2 does not open when screen is smaller

I have a problem when select2 is in a form and near the end of the screen, so it does not open because it understands that there is not enough space, I would like to know how to do it. The fields that are higher up work but when it gets close...
asked by 25.01.2015 / 11:27
0
answers

Effect for two divs to move to opposite sides

I need two divs Have the transition effect, just like from that site (press the UP and DOWN arrow keys "to see what I'm talking about). I need when the user scrolls scroll down, the divs and their contents change according t...
asked by 14.11.2014 / 17:00
0
answers

Retrieve values passed by Jquey on an ASP page

Dear friends, I have a big problem, I created a page that loads more values (load more) where I inform values via Jquery and retrieve it in another ASP page through request example: page_number = Request("page") See the Jquery code: $(...
asked by 13.11.2014 / 23:12
1
answer

click field in a table load the edit form with the selected id

I have a user table and would like that when I click the edit button I load the edit form without giving refresh on the page with the selected id using jquery would it be possible? Here is the code below: <table class="table"> <the...
asked by 01.11.2018 / 01:31
1
answer

Communication between PHP files with Ajax

Good morning, guys. I'm starting with PHP, and I'm trying to do some practice tests. I created an input text and when I press the "ENTER" key it is called an ajax posting this data and calls the file control.php, however in the browser log...
asked by 31.10.2018 / 15:14
2
answers

Open specific accordion when clicking on a list

My problem is this: I have a list (ul > li) that when clicking on one of them, should go to a page where it contains the specific accordions. The site is this: www.alfacontabil.com.br On the home page I have Services and Inquiries, each...
asked by 27.05.2014 / 22:45
3
answers

Onclick function that calls PHP function

Talk galley blz? I am a beginner in development and I have a problem, I have a form (HTML) that sends data to a PHP file and registers it in the database. What I need is: When you successfully record the data, display a custom alert on the "i...
asked by 17.08.2018 / 02:36
1
answer

Autoplay on audio after consultation

I've been having a very serious problem with my system. It turns out that I have a jquery script that simply, after a query in the database, plays an audio in the browser. $('body').append('<embed src="audio/found.mp3" hidden="true" a...
asked by 26.08.2018 / 00:35