Questions tagged as 'jquery'

3
answers

Error in parameter passing of JQuery pro PHP

I'm making a modal that has its content according to the clicked link. As the content is loaded from the DB, within the modal opening JQuery I made an Ajax call to a PHP. In this PHP I will access the database and return a table with the data...
asked by 27.05.2015 / 17:02
2
answers

Summernote Plugin fullscreen modal problem

I'm using the Summernote plugin for creating content within a system. But when I'm in fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I already tried changing the z-indexes, but to no avail....
asked by 26.06.2015 / 22:50
2
answers

Mobile site content with jQuery click

I would like to apply the following function in a project. When clicked on the button (which applied, it will be the menu button) the entire content of the site that is inside the CONTEUDO-MOVEL div should go to the left hiding a part...
asked by 19.02.2015 / 14:21
2
answers

Pass parameter via jquery with href

I have a table with automatically generated links and values being passed via json. The link returns the correct values being generated using PHP. <li> <a href='phpProcess/showFormDelegationPr.php?prId="+item.pr_id+"' class='li...
asked by 01.02.2015 / 16:39
1
answer

How to open a socket connection?

I have an application in PHP / Javascript (using the jQuery framework), I want to open a connection via socket to a chat system, similar to Google's G-talk, but I can not open socket at all. I can not use an...
asked by 01.02.2016 / 22:31
3
answers

Picking text from a given column with jquery

Good afternoon. I need to get the value of a DropDownList in a given column of a table. This would be the table: @model IEnumerable<Santander.Web.MVC.ValidacaoGanhadores.Models.Ganhadores> <table id="tbValidacao">...
asked by 01.02.2016 / 18:11
2
answers

how do you show only the stores in the selected neighborhood?

When I clicked on neighborhood 1, all div (store class) that did not belong to this neighborhood would be in display: none. can have several neighborhoods so I wanted a way that I did not need to update every time I had a new neighborhood <...
asked by 23.01.2016 / 16:44
2
answers

Centering page numbers

I have the following pagination: < 1 2 3 4 > . Perfect, what happens, is that this page is in the middle of the page. I can centralize the div that will contain these numbers, but how can I centralize the numbers? Remembering that...
asked by 10.12.2014 / 19:12
3
answers

How to send dynamically created fields via JSON?

How to send via%% of% dynamically created% fields%, eg: The user types in a text field the quantity 4 and the function creates 8 input fields, or type 5 and the function creates 10 input fields, this function already works and is OK! This...
asked by 09.02.2016 / 11:55
1
answer

problems with jQuery-Mask-Plugin

I'm using jQuery-Mask-Plugin to create masks in the value fields, I liked it because it's very simple. The problem is when I try to add a negative value it does not accept the -. But I did the internet and found a way to accept it. The proble...
asked by 26.02.2016 / 20:01