Questions tagged as 'jquery'

1
answer

PHP or JS Translation

I have a one page, where I must perform translation. At first I was thinking of translating with JS, to do something dynamic, that is, the person would click the button, I would call a .json file and perform the translation. But then I found...
asked by 25.08.2016 / 00:34
1
answer

Problems with function when trying to perform deletion

I have a problem deleting it and I get an error message in the console, my script looks like this: <form action="" id="frmDeleta" class="smart-form"> <button type="submit" class="btn btn-danger"> Excluir </button> <in...
asked by 14.10.2016 / 14:53
1
answer

Function to create buttons from an object

I need to create a function similar to this: criarBotoes({ "Abrir": function(dados){ alert("Abrindo..."); console.log(dados); }, "Fechar": function(dados){ alert("Fechar..."); console.log(dados); }, }); I tried the f...
asked by 09.09.2016 / 03:07
1
answer

Progress bar in javascript [closed]

Personal wave how to make progress bar in javascript equal to image     
asked by 09.09.2016 / 14:10
1
answer

AJAX request for PHP (CodeIgniter) does not return values

I'm working on a situation that I can not resolve for more than 2 days in a row. I have an AJAX that is requesting the values for a controller to populate a select with cities. The request seems to be (no error in debug), but nevertheless nothin...
asked by 12.08.2016 / 03:38
1
answer

selected html filter single fields

I have the following selected, how do I filter the unique fields for example it is repeating the same option <option value='967'>GOIANIA - GO</option> several times I want it to show only the repeated data once, and it is poss...
asked by 11.08.2016 / 13:58
1
answer

Slow loading with JQuery DataTables plugin

I'm using JQuery DataTables on a small system and everything was fine until I came across a listing of almost 2500 records ... The point is that it takes some time for the information to be loaded and adjusted in the DataTable, which causes i...
asked by 09.08.2016 / 15:04
1
answer

Autocomplete rails 4 + jQuery

Good afternoon, guys! I have the following scenario: a model city where all the cities of Brazil are already registered, and I have a view companies where I will register the companies and I want to create an autocomplete field for name of th...
asked by 09.08.2016 / 20:18
1
answer

Clear form fields by clearing check

I have a form with a check that when marked shows a div with an input with the name of BancoFinanc , the user can fill this input normally, but would like to uncheck the check the input, if completed by the user, be cl...
asked by 17.08.2016 / 16:11
1
answer

Controlling scroll to walk through sections of the site [closed]

I have a website with sections .. I'm trying to make the scroll jump to the next section and so on .. Thank you in advance!     
asked by 25.10.2016 / 23:32