Questions tagged as 'jquery'

2
answers

Jquery effect does not work because of relatives

I need to open id="SUB_1" when I click on <li id="B1">Botão 1</li> and do the same when I click on <li id="B1">Botão 2</li> open id="SUB_1" that is below the q button has been clicked. And do m...
asked by 19.01.2018 / 18:28
1
answer

Retreat after focus on input with jQuery

After the field receives focus on the page load, the label does not appear, so when I receive focus on the input, the page will scroll back down to display the label. <form role="form" id="formDadosPessoais" onSubmit="return false;"> <...
asked by 13.12.2017 / 17:00
1
answer

TypeError: $ (...) .tableToJSON is not a function

Greetings When I click the button in my project the following TypeError error is displayed: $ (...). TableToJSON is not a function, I am using the tableToJSON plugin Code: $('document').ready(function(){ $('#TermVenda').click(function()...
asked by 11.01.2018 / 11:51
1
answer

Auto-fill dropdownlist problem

I am having a small problem with the asp mvc 5 dropdownList, I need to automatically populate the dropdownlist value as soon as the user enters the search screen, I have already been able to get the value in the database but in the autofill part...
asked by 11.01.2018 / 03:32
1
answer

Error with serialize () + PHP function

I'm using the serialize function to send data from a form to a PHP page: index.php <form id="formfeira" method="post"> <div class="form-group"> <label for="horario">Horário de funcionamento:</label>...
asked by 18.01.2018 / 22:52
1
answer

Get a URL parameter with JQuery [duplicate]

Good morning everyone, I have a question. I have this URL: link How can I get the 22054 parameter from that URL and assign it to a variable in JQuery?     
asked by 18.01.2018 / 13:35
1
answer

Help to create function that finds text in JavaScript

I'm trying to create a userscript for myself by typing in my password instead of clicking on the numeric keypad that the site requires. The problem is that each button corresponds to 2 random numbers, so I need to have the function identify t...
asked by 06.12.2017 / 18:33
1
answer

Problem when doing paging in jQuery and Angular

I'm setting up a paging and I have the following problem. Firstly, my next and previous buttons are not working and shows no errors in the console. The second question is that when I select in the combo box, the value of items per page it...
asked by 06.12.2017 / 14:31
1
answer

How to filter checkbox list as you type? (fbuscar neighborhoods)

I have a list of ckeckbox where each one is a neighborhood, there wanted to be typing the name of the neighborhood, it will be confining and leaving only the neighborhoods that contain what is typed, just like that (click on filter by neighborho...
asked by 06.12.2017 / 20:19
2
answers

Update content only when accessing the div

I have a step-by-step form of which with each step saved in the information database. In the last step I bring the information saved as follows with jquery: <script type="text/javascript"> function mostrar(){ $(document).ready(fun...
asked by 15.12.2017 / 17:20