Questions tagged as 'jquery'

1
answer

Button refresh data from a query without refresh on page [duplicate]

I'm creating an application in PHP (Codeigniter) and I came across the following situation. I have a table on my page that brings all the results of a query into the database. I want to create a refresh button but I did not want the refresh bu...
asked by 18.09.2015 / 13:46
1
answer

Multiple selection does not work in IE

I made a post on how with a choice, select all items. I got an answer, which it solved. well, it solved only in Chrome, but IE does not work. As the question changed the "direction", then I decided to do another post. It includes other versions...
asked by 19.01.2016 / 21:52
1
answer

jQuery function does not work

I'm doing a function with jQuery, but it does not work, that is, it does not arrive in my controller, someone could help me please, follow the code: var Aprovar = function () { $.ajax({ url: 'GerenciaPassagem/AprovarPassagem',...
asked by 11.04.2014 / 14:40
1
answer

How to validate a cell phone and a home?

I would like to validate the home and mobile phone by adding the parentheses and dash automatically . > Mobile What I would like: Validate if the cell contains the digit 9 at the beginning and DDD (2 digits), totaling 11 digi...
asked by 02.10.2018 / 18:48
1
answer

How do I store all the values that are passed by the for in a variable?

I have this code: for(i=0; i<results.rows.length; i++){ $('.chips').material_chip({ data: [ {tag: results.rows.item(i).descricao}, ] }); } results.rows.item(i).descricao returns me some values...
asked by 07.11.2018 / 12:31
1
answer

Service does not rise

I have a service [file.svc.cs] but it does not go up, I try to access it with ajax and it's not found. Anyone know how to solve this, what could be wrong.? namespace Bob.Servico { // NOTE: You can use the "Rename" command on the "Refactor"...
asked by 27.01.2018 / 19:29
1
answer

Decrypt Java Script code, I need to change url and I am not finding [closed]

Is this code encrypted? I got this code from another site, it's a popup, it pulls the pages of a website, so to put the pages with my links I need to find out where to change, and this way it's almost impossible for me, what can be done Click h...
asked by 13.10.2016 / 03:15
1
answer

jquery - capture content from all divs with a set class

I have a schedule that I want to hide when all days of the week are closed. So I did this function that analyzes if the content of the day is Closed and if all 7 days have Closed it hides the agenda. $( document ).ready(function() { va...
asked by 28.06.2017 / 18:56
1
answer

Remove group of divs "Clones" in jquery

I have a group of divs that can be cloned in jquery, I need to click on "in the bin image with delete id" remove the divs cloned when clicked ... Follow the code .. <script type="text/javascript" src="http://code.jquery.com/jquery-1....
asked by 17.09.2017 / 21:42
1
answer

Get pre-defined value and assign in another field [duplicate]

Speak, I have the following problem: I need to get a date value already set so 2017-06-30 (YEAR-MONTH-DAY) and play it in another countdown script with the following parameters: year: 2017, month: 6, day: 30, In other words, I need to...
asked by 30.05.2017 / 02:37