Questions tagged as 'jquery'

0
answers

What does callback.call mean in jQuery?

I searched everywhere but did not find an exact definition. Here's my function and the excerpt from my HTML where DropDownList is created: function carregaSubCategoria(valor) { $.ajax({ url: '/parceiros/subcategoria/lists-subcat...
asked by 18.10.2018 / 18:34
0
answers

Accordion html table

I'm doing an accordion in an html table. I would like that when you click the button just below the three clicked the div card card-body. Some examples of how to do <table class="table table-responsive-sm table-striped font15 mb-0" id="...
asked by 23.10.2018 / 20:24
0
answers

Catch the id via URL in JS sent by PHP

I have a code that throws an ID in the HTML for a link: <a href="javascript:confirmacao(<?php echo $row['idfoto'] ?>)"> <i class="fas fa-trash"></i></a> In JavaScript I already have the code that calls the file...
asked by 23.10.2018 / 20:06
0
answers

Creating a record with AJAX

I'm trying to register a person in my app , but I can not. What's wrong? Below is index.js , html , API , and class users.php var api = "http://172.16.22.119/jdbook/api.php"; var identificado = null; function validar...
asked by 25.10.2018 / 03:54
1
answer

Vertical slider with list of images in jQuery

I have the following list of images and videos being pulled from the database. I'd like this "ul" to go up the items infinitely in a vertical slider. I do not know much about jQuery, does anyone have any idea how to do this? The effect would loo...
asked by 19.10.2018 / 15:26
0
answers

Error finding zip with jquery via zip

I am developing an edit page where the user data is displayed on the screen. In it, we have a new address button, clicking it opens a modal with the address fields (zip, street, neighborhood etc ), but this modal is formed in jquery by clicking...
asked by 19.10.2018 / 15:02
0
answers

Uncaught TypeError: e.map is not a function

I'm getting the following error, could you help me? Uncaught TypeError: e.map is not a function at t.setResources (scheduler.min.js:8) at scheduler.min.js:8 at scheduler.min.js:8 at cal-init.js:218 at Object.success (cal-init.js:184) at i (jqu...
asked by 25.10.2018 / 21:51
2
answers

Jquery - Autocomplete ViaCEP in multiple lines

I'm using ViaServ's WebService to do the street autocomplete in my registration form, however it's a form where 20 lines, each line contains: ZIP + STATE OF THE CONDO when filling in the zip it has to autocomplete the street only referring to th...
asked by 26.10.2018 / 05:35
0
answers

Full Calendar - SCHUDELLER with C #

I'm trying to popular resurces , to create my calendar, but it is not working, there is no error and I did not display the information, I do not know how to proceed, the data is coming to the screen, follow my code .js !function ($) { "u...
asked by 25.10.2018 / 22:45
0
answers

popular table from a combo - jquery / json

Good afternoon! I need to popular a table from the onchange of a combo, via jquery. The problem is that I am not able to manipulate the JSON object that PHP returns me. Anyone have any tips? $("#cbCamareiras").on("change",function(){...
asked by 25.10.2018 / 22:21