Questions tagged as 'jquery'

1
answer

Show coordinates on a google map with jquery Asp.Net MVC

Hi, I have a project in asp.net mvc which brings some coordinates of the database and should show the markers on a map, but it does not. Here I leave the code and the result in the browser console. @model Models.VerRutaModel <style...
asked by 03.11.2018 / 02:09
1
answer

validate number in input and at the same time format it in thousands

Good day, I have the following code that formats several input that have the input_values_provisional class, placing point every three characters in this way: 500.000.000 The code itself works perfect on its own since I've checked it out....
asked by 06.04.2018 / 21:48
1
answer

return answer with json from laravel and access it with jquery

Greetings community! I'm doing the following Of the customer day with Jquery    In the next function I get an email and send it with ajax using everything right here   How could I return a json array from the server and access it from JQu...
asked by 09.10.2016 / 05:02
1
answer

Save two values and two scores in localstorage

I would like to keep two names entered and their two scores in localstorage and I can only do it in one. I do not know if it's done with JSON because I'm very beginner, so excuse my inexperience. The idea is to save name1 with your score sum1 an...
asked by 31.05.2018 / 00:52
4
answers

Detect cursor inactivity

I need to detect that the user is not moving the cursor (mouse) with jquery so after x seconds show him a modal window. I know that the mousemove function exists but I need the opposite of this. Thanks. EDITED Is there a possibility to s...
asked by 28.02.2018 / 22:05
3
answers

How to create filter for each column of a table with jquery?

Objective - It can be in jquery or vanilla javascript I think, create dependent filters, that is. A filter B can only search filtered data by filter A. One example would be, if in column A I write c, column B can only search between d or f....
asked by 05.10.2018 / 02:28
3
answers

traversing json from php

I build my json from php $marcas = $this->MainModel->getmarcas(); $valores = array(); foreach ($marcas as $value) { $Where["id_marca"] = $value->id_marca; $valores[] = $this->Main...
asked by 10.08.2018 / 17:02
3
answers

Validate data and display bootstrap alerts

I have done a bootstrap form in a modal, that when I give a submit button "save", I save the values of the fields in the database. So far so good. I would like that before sending the values, the fields will be validated, to see if a field is...
asked by 19.03.2018 / 14:02
3
answers

Center span with image inside a column td

How can I center a <span class="glyphicon"></span> within a <td> of a table? It's a bit cumbersome to put them in topic ... I'm using Laravel 5.2 and Dataqueable from jquery. It is a column that I get values 1 or...
asked by 02.11.2016 / 21:43
1
answer

automatic pagination cycle of TABLE with PHP and jquery

I have a table already paged, and I need a cycle that is showing the records every certain time so the setTimeout in my case the variable $ b is responsible for creating the buttons that contain the href depending on the records more butt...
asked by 23.05.2016 / 05:53