Questions tagged as 'jquery'

0
answers

error using quicksearch jquery, button dropdown appears out of nowhere

I am working on codeigniter and I am using the jquery multiselect and quicksearch libraries ( link ) to add an input to filter the information of the multiselect, but when I add it, it adds a button dropdown with the information contained in the...
asked by 30.07.2018 / 19:04
0
answers

Flip plugin and javascript functions do not work after AJAX response

I'm using the Flip plugin to create a div for each MySQL table record and bring the results via AJAX, on the front div I show the name and on the back div I show some information. This is my code: index.html <div class="result"><...
asked by 03.08.2018 / 22:10
1
answer

Return variables to success of ajax request

I am trying to return variables within the success of an ajax request to validate that "such a thing" was done within the system, in this case not to let it advance until it adds elements to a list. $("#saveList").on(\'submit\',(function(e) {...
asked by 28.07.2018 / 20:50
1
answer

Problems loading second page in front of my DataTables

In my DataTable I have as functionality to edit the table by clicking on the field (in the style of phpmyadmin) and in turn a button that performs a function . It must be said that my DataTables has the basic configuration to show the 10-in...
asked by 28.07.2018 / 16:12
1
answer

Problems to get width and height of an image inserted with append

Page html: <!DOCTYPE html> <html lang="es"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"> </script> </head> <body> <div id='resultado...
asked by 02.08.2018 / 09:47
0
answers

Unwanted image shift

I have an image identified by jquery $ ("#ImageImage") which I am embedding in a visualizer so that the user can perform events such as zoom in, zoom out, move image in mouse direction and rotate. I have problems with the last part. the rotation...
asked by 27.07.2018 / 22:08
0
answers

How to manipulate a json

I have a json object composed of two arrangements: { "letras": [ "a", "b", "c" ], "numeros": [ 5, 6, 7 ] } Which sent from my controller as follows: $response = new JsonResponse(); $response->se...
asked by 01.08.2018 / 16:27
3
answers

Capture current class in a variable

I'm trying to capture the value of a class tag in a variable so I can use it in a js, the problem is that the state of this class is changing, and I need to capture the value I have at the moment I'm trying to use var x = document.g...
asked by 24.07.2018 / 20:33
1
answer

how to apply validations in datetimepicker?

I have two date fields, <div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio" name="fechInicio" class="form-control" type="text"/> <span class="input-group-addon...
asked by 02.08.2018 / 20:07
1
answer

movement of objects in an array

I need to make proportionally move each 5px in the next array according to its original position, but stop it until a given value, in this case if it increases low, if it decreases it goes up, that is, when it is 300 lower 10px, if it is at 100...
asked by 26.07.2018 / 17:19