Questions tagged as 'jquery'

2
answers

Passing parameter through URL

How do you pass a parameter to another view screen without the user seeing it in the URL? For example: I have a query screen that the user clicks on the table and is redirected to another screen, which is the screen that opens the information...
asked by 28.07.2017 / 20:27
1
answer

Leave image with responsive text

Hello, I need to insert a text on top of an image, which is responsive in the correct place of the image, until it is working "well", but the site is done in bootstrap, and when it leaves col-md-4 and goes to the size col-xs-12 (when you resi...
asked by 23.08.2017 / 23:15
1
answer

Do not reload page when giving submit in modal

I have a modal to search for clients: Whatiscalledaregistrationformasfollows:$('#linkSearchShipperCustomer').on("click", function (e) { showDialogList("@Url.Action("IndexShadow", "ShipperCustomer")", "IdShipperCustomerDiv", "IdShipp...
asked by 08.06.2017 / 21:30
1
answer

Display elements one by one with jquery .each

Hello everyone. I'm having problems with jQuery .each. I have an xml like this: <dados> <usuarios> <usuario id="1"> <login>usuario12</login> <senha>21</senha> </usuario>...
asked by 07.06.2017 / 18:56
1
answer

Div fixed to some extent of the page

I'm developing a website that has a fixed div, but when it reaches a certain point, it follows the scroll. An example is the site link From what I saw, it is a script that from a certain point makes a scrolling calculation inversely proport...
asked by 19.10.2017 / 22:14
1
answer

How does the 'shown.bs.modal' event work?

The question is simple:    How does the% boSpp event in CSS Boostrap work?       How could I create something similar to this event? ¹ - Not how it works to use this event, but rather how the plugin has an expecific event to identify tha...
asked by 16.10.2017 / 19:36
1
answer

jQuery Slider Range

Hello, how are you? I have a code that filters the data of a JSON with jQuey, I can filter with pre-defined values in a variable. But I wanted to use the values of a slide range of jquery ui to filter the json, only when I try to do this can not...
asked by 12.05.2017 / 17:49
2
answers

KeyUP event should not activate with special keys

In my document I'm creating some shortcuts on the keyboard to make it easier to use the page itself, and I'm doing it as follows: $(document).on("keyup", function(e){ /*Tecla C*/ if(e.which === 67){ alert("A tecla C foi p...
asked by 12.05.2017 / 16:20
1
answer

Preserve line break when Replicating val () content in span

Good afternoon, in line with this topic - https: //en.stackoverflow.com/questions/203969/replicate-control-of-val-em-span I have the following code $('textarea.skills_knowledge').blur(function() { var skills_knowledge = $(this).val();...
asked by 12.05.2017 / 18:50
2
answers

Autocomplete with jquery and mysql does not list options when typing

I have the following form: <?php //CHAMA A CONEXÃO COM O BANCO DE DADOS require('../db/conexao.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatib...
asked by 07.04.2017 / 21:23