Questions tagged as 'jquery'

1
answer

ERROR Uncaught SyntaxError: Unexpected token in JSON at position 0

I have the following JS script: jQuery(document).ready(function($) { $("#idSelect").change(function(event) { var valor = $(this).val(); //alert(valor); $.post( "ajaxSerie.php", { valorInput: valor }, function( data ) {...
asked by 13.12.2018 / 18:02
2
answers

Jquery Autocomplete with Ajax via PHP and Mysql

I have an input that is populated via Jquery autocomplete. Simple and efficient. But I wanted to make that when selecting a number of this input (it's an IMEI cell number) he would already look for (I imagine it is in Ajax) the device to which i...
asked by 13.12.2018 / 17:43
0
answers

Maps APi does not open within a bootstrap modal

                                                                                                     </div> <br> <div class="col-md-8"> <dl class="dl-horizontal"> <dt>Data Nasciment...
asked by 13.12.2018 / 18:28
2
answers

Creating HTML with JQuery and Json

I want to get the output of JSON from the page select.php and put each line in a <div id="estabelecimento"> with its attributes, I'm doing the following: $.getJSON('select.php', function(data) { $.e...
asked by 26.12.2018 / 18:16
0
answers

How to change an icon by jQuery [duplicate]

I have this HTML: <i class="material-icons">alarm_off</i> How do I change this alarm_off icon by another (for example, alarm_on ) by jQuery?     
asked by 26.12.2018 / 14:17
0
answers

DataTable Filter

Hello, I am adding filters to each of my datatable The problem is that within a I have N options for selection But my filter understands it as one and not separate words Iwouldlikethefiltertohavetheoptiontoselectsystembysystemandnotacollectiont...
asked by 12.12.2018 / 20:35
1
answer

Conflict between scripts in my html file

I am creating a web application where the main page is a timeline, and this timeline should update its content automatically. I'm using the setTimeOut function of JQuery to update the timeline every x seconds. But I also have another JavaScri...
asked by 10.12.2018 / 00:05
0
answers

Head Break with DIV

In my jokes in HTML and JavaScript, I've tried to create a mini-puzzle with the block and the place where it's placed. function parseNumber(num) { return parseFloat(num.replace(/[^\d]/)) || 0; } var movePopUp = (function() { var startX...
asked by 13.12.2018 / 05:14
0
answers

Request being Barred by CORS policy

I'm trying to mount my Front End using the Icinga API, but I'm constantly encountering the following error:    Access to XMLHttpRequest at   ' link '   from origin ' link ' has been blocked by CORS policy:   In 'Access-Control-Allow-Origin' h...
asked by 12.12.2018 / 23:34
1
answer

Input type password show password [duplicate]

I followed some tutorials to get the viewer in the input Like this one here: link However when I run on my pc it gives the following error: Code:     
asked by 13.12.2018 / 03:00