Questions tagged as 'jquery'

1
answer

Problem when making a fixed menu with jquey

I'm developing a menu that stays fixed when the scrollTop is > the size of the menu, with the help of jquery, the goal is that from the screen size > = to 1001px this effect is available since at lower resolution it becomes a hamburger typ...
asked by 06.10.2017 / 20:15
1
answer

(Jquery) Slider - arrows do not take into account what image is

I'm trying to create a jquery slider, I started creating the arrows backwards and forwards and they worked fine, then I wanted to create the buttons below so the user can click and go to the image he wants, and they work well , but my problem is...
asked by 08.10.2017 / 13:01
1
answer

Define the boundary of the arega for a dredgeable object in 'swingdrag'

I have this example of jQuery UI plugin - swingdrag. link This plugin has several functions, but it does not have the function to set the limits of the object that is dragged. For example: - I have a Main div (500x500px) and inside I...
asked by 08.10.2017 / 16:45
0
answers

Automatically upload an html file to another (index.html) in an index div

I need to load a page on a main page. I did it with .load ("file.html") but it only opens it in firefox and if it inspects it brings an unbalanced tree error of elements, and chrome and explorer do not even open it, it appears access denied in t...
asked by 07.10.2017 / 19:14
0
answers

Display data in datetime-local input from DB

I am using fullcalendar, and when I click on an event I am passing its data to the fields of a modal, all the other data are shown in the corresponding inputs, except for the two datetime-local inputs that are not shown , nevertheless if I pass...
asked by 02.10.2017 / 16:28
2
answers

Problem loading json data in a datatable

Good afternoon, please support, by inserting the data of a json in php to a datatable does not show me, I have validated and the data if they are loaded in the php but by pulling them to a datatable does not show them. my getjson.php code...
asked by 01.10.2017 / 19:14
1
answer

Ajax with relational entities Spring Boot

I'm working with Spring Boot, AJAX and jQuery. When I make a request and, in the controller, I return entities without relationships, it brings me the data correctly, but when I create binary relations or n-arias errors occur. In the browser...
asked by 30.09.2017 / 20:44
1
answer

How to get the data of a DB and put them in the input to be able to modify them with Ajax and PHP

$('tbody').on('click', '.modificarBtn', function(){ var vidToUpdate = $(this).data('idest'); $.ajax({ url: 'update.php', type: 'POST', data: {vidToUpdate: vidToUpdate}, success:function(data){ $('tbody')...
asked by 28.09.2017 / 03:25
1
answer

Error adding dynamic inputs

I have a problem trying to make a sum in dynamic inputs, my code is as follows <?php require '../api/conection.php'; $objEst = new DataBase(); $sth = $objEst->prepare('SELECT nombreObra FROM contrato'); $sth->execu...
asked by 24.09.2017 / 15:04
0
answers

Filter fullcalendar events

I need to filter the events that are shown on the screen by means of a select, that when selecting a value, in this case one of the career leaders, only shows the events belonging to that career leader, for which I am using .change of javascript...
asked by 02.10.2017 / 19:40