Questions tagged as 'jquery'

1
answer

Problem with function return

Well, I have a json code that looks for logged-in user information, and later, I have another code that looks for all the sectors registered in the system. The function normally returns the information, but when return the desired value in the f...
asked by 26.07.2015 / 20:42
0
answers

Sp Services does not work, does not display anything

I created the following SP Services code but it does not display anything on the SharePoint page screen, the code is: < style > /*---- CROSS BROWSER DROPDOWN MENU ----*/ ul# nav { margin: 0 0 0 200px; } ul.drop a {...
asked by 28.07.2015 / 18:11
0
answers

PHP banner with FlexSlider

I am creating in PHP a banners display with the use of FlexSlider. But when I load the example page I'm testing, nothing comes up. What could be wrong? The php file, the images and the files flexslider.css, jquery.flexslider.js and jquery.flexsl...
asked by 25.08.2015 / 19:49
1
answer

Carousel with wordpress loop in columns

Hello, I'm trying to fit my carousel so that it has a grid made by loop, I have the following wordpress code: <?php global $posts; $b = 0; $args = array( 'post_type' => 'banner', 'posts_per_page' => 5 ); $loop = new WP_Quer...
asked by 20.07.2015 / 23:39
1
answer

Problems with DRAG and DROP using Redpis

I have an application that generates a gridView (ASP.NET) of information and in each column I can have 2 values. One of these values is the total working time (x) of a person for a specific date, and the other value is the working time (y) alrea...
asked by 26.08.2015 / 16:19
2
answers

Element outside the dialog

HowdoIdisplayanul/divthatisinsidethedialog?Lookinthelowerrightcornerofthedialog<divid="dialog"> <div> <div> <button id="status-candidato">Run last action</button> <button id="select">Select an ac...
asked by 06.08.2015 / 15:31
1
answer

Wait for images to load to be shown

I would like to make a system that when the page is requested would show a GIF of load waiting for the images to load, as soon as they load the GIF it disappears and the images are shown. Does anyone know how to do this?     
asked by 06.09.2015 / 01:19
1
answer

Save AJAX REQUESTS to run later

Use jQuery and the Ajax library to make REQUESTS. There is a way to save REQUESTS, follow the example .. The user is moving and suddenly the connection goes down and the user does not notice it. And he continues doing what he did .. and su...
asked by 14.08.2015 / 14:16
0
answers

.load () affects site performance [closed]

I would like to know two things, and if possible an example. I have a feedback system that after it sends and writes to the database and appears without giving refresh, almost equal to the comments of facebook . At the moment I'm doing the r...
asked by 16.09.2015 / 21:09
1
answer

Receiving HTML Table in Controller (SpringMVC)

Good morning, I have a page where the user digital information. <input type="text" id="info01"> <input type="text" id="info01"> <input type="text" id="info01"> When typing all 3, via javascript I perform a calculation a...
asked by 10.07.2015 / 13:36