Questions tagged as 'jquery'

0
answers

Tokeninput AutoComplete

I'm trying to use the Tokeninput API autocomplete by getting values from a controller, but I'm not getting it to work. Can anyone help me? Follow my code: <script type="text/javascript" src="~/scripts/js/jquery.tokeninput.js"></scr...
asked by 06.03.2018 / 14:43
2
answers

Insert content from an HTML file into a DIV - jQuery / Ajax

I'm doing a GED system here for the company where I work (very simple, just to organize better). I'm developing the screens first, then connecting to the DB and making things work. I have a menu that is left with the links to navigate be...
asked by 07.03.2018 / 15:03
2
answers

External URL request Ajax

I'm having the following problem, I implemented the code, to get RSS blog info, however I'm not getting url accessing critiquing error 401, when I place local file it works normally. var ajax = new XMLHttpRequest(); ajax.onreadystatechang...
asked by 07.03.2018 / 13:24
1
answer

Insert data from multiple forms without refresh with ajax php

Good morning! I'm having trouble with an application, which happens; 1 - I have this guy who gets the product name and shows my list: var req; function buscarProd(valor) { if (window.XMLHttpRequest) { req = new XMLHttpRequest(); } else i...
asked by 06.03.2018 / 07:37
0
answers

Help with jslider Plugin

Has anyone used ? I'm trying to implement it on a page but I'm not getting it and the documentation does not have anything. I was able to implement html and finz some edits in css as shown below. HTML<divclass="form-group"...
asked by 05.03.2018 / 22:14
0
answers

Doubts with jvectormap

I'm working with Jvectormap for the first time, and I used a basic code I found in github with the map of Brazil ( link ), I made my modification but I could not put the name of the states and markers with the mouse as I saw in other maps. Could...
asked by 05.03.2018 / 20:39
1
answer

Autoplay of videos when finished

I have the following code <div class="col-lg-12" style="padding:40px 10px 40px 10px;"> <div class="col-lg-1" style="padding-right:0;margin-top:20px;"> <i class="fa fa-chevron-left fa-4x"></i> &...
asked by 05.03.2018 / 20:16
1
answer

Get only the lang of the class clicked

I need to get only the lang value of the clicked item, but it only takes the first value. I do not know how to solve php: $i = 0; while($rowFoto = mysqli_fetch_array($matrizFoto)) { echo "<div id='blockfoto'&g...
asked by 05.03.2018 / 19:15
1
answer

Accentuation x JSON (Jquery)

How do I proceed in Jquery so that the return of the request via json is with the correct accent? Current: "Monday, March 12 & 2018" I need: "Monday, March 12, 2018" I'm trying to use this: $.ajax({ async:false, type: "GET",...
asked by 12.03.2018 / 15:30
1
answer

Function error in jquery function .keypress [duplicate]

Then the problem is that when pressing the enter key inside the cell, some error occurs when the whole table disappears from the page. function criaTabela() { $("#tbl-datas-prazo-convocacao tbody tr").remove(); $("#tbl-datas-prazo-co...
asked by 12.03.2018 / 16:23