Questions tagged as 'jquery'

0
answers

Creating Tables with JQuery

I need to do a job with a system that every product I type on the left of the page, appears in a table on the right, I could already create the table without any padding, just with the header, but now I need to know how I do it each time you fil...
asked by 24.10.2018 / 22:05
0
answers

Requirejs with Jquery how to use Jquery Plugins

I'm using requireJS to import my javascripts, however when I run the code below, it gives the following error: Uncaught TypeError: $(...).hashchange is not a function" (function( undefined ) { 'use strict'; require.config({...
asked by 24.10.2018 / 22:57
0
answers

Problem with swapping image with jQuery

Well it's like this, I have the following code: <script type="text/javascript"> document.addEventListener("keydown", keyDownPress, false); var valoresDigitados = []; function keyDownPress(e) { var keyCode = e.keyCode;...
asked by 24.10.2018 / 02:54
0
answers

Load information on modal inputs based on the id sent by clicking the link data-id

Using the bootstrap documentation, I made a change from a href to button <button type="button" class="btn-a" data-toggle="modal" data-target="#EditaFoto" data-whatever="<?php echo $row['idfoto']; ?>" data-what...
asked by 24.10.2018 / 14:55
0
answers

PHP - file_get_contents ('php: // input') is the only way to read request contentType = application / json?

I have the following Jquery Ajax method function postRefreshJson(_action, jsonModel) { $.ajax({ url: _action, method: 'POST', beforeSend: function (xhr) {...
asked by 27.10.2018 / 15:11
0
answers

carousel does not work on android

I wanted to know what's wrong with this carousel that works perfectly on the desktop, and on any other mobile device it does not work HTML <div class="box"> <h1> <div class="b-slide"> <span id="...
asked by 05.11.2018 / 18:22
0
answers

Create forms using drag-and-drop with PHP and Mysql

I want to do the following. In 02 columns of Bootstrap, in one of them have the information that the user would like to include in the form and the other a field for him to drag this information. Ex.: <div class="col-md-6"> Nome E-mail A...
asked by 20.10.2018 / 13:56
0
answers

Callback Handlebars

Good morning guys, all bzl? I render a grid with Handlebars, after that, I need to adjust the height of the cards and activate another jquery plugin for a select options that is rendered by Handlebars. When I call the functions to adjust t...
asked by 23.10.2018 / 15:34
0
answers

Jquery - FileUploader can delete file but is submitted in the same

Good people, I'm using the following Jquey plugin to upload files: File-Upload I intend, in addition to submitting files, it allows the user to be able to delete those same files before submitting them. I'm using the foll...
asked by 23.10.2018 / 11:38
0
answers

Fullcalendar with the Scheduler plugin does not mark events

I have this code to make a schedule of appointments with Fullcalendar and Scheduler. It is not marking the days when I book in the calendar, in the bank it records the days marked, but as I said do not mark in the calendar. This is the par...
asked by 18.10.2018 / 14:23