Questions tagged as 'jquery'

2
answers

How to filter Json data with jQuery?

I have basic knowledge of JS, I like to work with jQuery that facilitates a lot. I have several data in Json and would like to create some variables with the result of some Json lines, there is an example Json that I have: Array ( [bo...
asked by 14.07.2017 / 17:05
0
answers

Problem with using inputpicker in combo

I'm using inputpicker, a JQuery plugin. But he had a problem with the filter, by filtering combo options and clicking on some he ignores the new order and takes the value of the option that was in that position before the filter. Example:...
asked by 25.07.2017 / 19:20
0
answers

How to put a countdown counter with random numbers?

I'm trying to create a regressive product counter with javascript. Starting with a number that I determine. Ex .: 357 After a few seconds. Ex: 2s This value decreases randomly. Ex .: 159, 78, 25 I want to put it inside a class. Do th...
asked by 13.07.2017 / 22:28
0
answers

Do not enter the ajax block

Good morning! I have the following code: <?php $titulo = "Site"; ?> <html> <head> <title><?php echo $titulo; ?></title> <link rel="shortcut icon" href="_imgs/favicon.ico">...
asked by 25.07.2017 / 15:50
1
answer

Change the status (online / offline) in the bank when closing the page

I'm doing a chat system for a panel, and I already have it ready practically, everything connected to the database, when it logs on it switches to online and when it exits (clicks on the button) it changes to offline in db. / p> The problem is...
asked by 07.07.2017 / 16:21
0
answers

Resolve editing of textarea with jQuery

I'm doing an event registration, with PHP and jQuery, to register everything happens fine, but when I'm going to change, it causes an error: Example: We all know that when we enter a page to edit, we have to have the fields filled already wi...
asked by 07.07.2017 / 21:26
1
answer

Bootstrap Modal change and Ajax ASP.NET?

I developed a basic functionality in the ASP.NET MVC controller where I have a product list and it changes in the Back-End and in the front-end I use Bootstrap-Modal to load the product and change, the modal loads the product perfectly , the pro...
asked by 12.07.2017 / 17:41
1
answer

How to get the value and label of a datalist using jquery?

I have a datalist , which I use like this: <input id="estabelecimento" list="listaEstabelecimento"/> <datalist id="listaEstabelecimento"> <option value="valor1" label="label1"></option> </datalist> I us...
asked by 09.07.2017 / 18:36
1
answer

How to change table row color based on the value of a cell?

I need to make the table row change to a particular color based on the value contained within the 'td' tag. All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
asked by 05.07.2017 / 16:41
1
answer

Throw a collapse button through the menu

In the page I'm developing, the contents are all hidden by the bootstrap collapse class. As it is a Single Page, I would like my menu to go to your own section and then display the content without having to click the button. I'll put an examp...
asked by 05.07.2017 / 20:31