Questions tagged as 'jquery'

1
answer

Javascript toggle or if / else on Adobe Edge Animate

I use Adobe Edge Animate for simple animations at work. I could not make one of them work and I played a trick. Now I want to know how to do it right. I have a button. When clicked, it should give play on the timeline from start to finish. If...
asked by 06.10.2015 / 00:57
1
answer

css matrix3d, drag element while maintaining distortion

I've been playing around with Matrix3D css in this code: link Now I wanted a point in the middle to drag the element while maintaining the distortion, but I do not know how to do it. So far, the only thing I've been able to do is add a d...
asked by 28.09.2015 / 18:18
1
answer

How to handle jquery validate error messages?

Here's the case: I have two inputs, the two are validated with the validate, one I need to show the error msg and change the border color, the other just need to change the color of the boar, without error msg . Is it possible to do that? For ev...
asked by 12.08.2016 / 02:01
2
answers

window.innerWidth does not work on Windows Phone

I have a problem: In the page link , there is a banner where I can not define the size of the div. But as it takes up all 100% of the screen, I got window.innerWidth from the browser and did my calculations. For desktops and And...
asked by 03.07.2016 / 22:11
1
answer

Horizontal timeline while descending the page

(function($){ $(function(){ // Slider functionality // slide knob to position function (function( $ ){ $.fn.slideToPos = function() { var left = $(this).position().left + ($(this).width() /...
asked by 23.07.2015 / 18:09
1
answer

Long Polling does not timestamp GET

I took this example on the blog link Server.php <?php header('Content-type: application/json'); require 'pdo.php'; set_time_limit(0); while ( true ) { $requestedTimestamp = isset( $_GET['timestamp'] ) ? (int)$_GET['timestamp'] :...
asked by 11.08.2015 / 21:18
2
answers

How to change the background color of a bootstrap-slider plugin's slider?

I'm working with bootstrap-slider and want to make the slider when being dragged , and have their value between certain number range (I use onChange ), modify the background color of the selection bar. I've been able to do the border m...
asked by 27.08.2015 / 14:45
0
answers

Problems with set_include_path ()

I find it difficult to make a single configuration file (responsible for __autoload ) be used by both the files that are in the root and those in the admin folder. The root directory contains the folders app , public...
asked by 27.08.2015 / 02:57
0
answers

Autocomplete with dynamic fields

I have a table with the fields (product, qtde, pUnit and pTotal) the product field is autocomplete. When you enter the page, there is already a line, so autocomplete works fine. I've been reading that because the new lines do not exist in...
asked by 15.07.2015 / 15:08
1
answer

Sort by a specific value

I'm using the DataTables plugin and in a column I have the following structure JSFIDDLE And by default the plugin creates the default sort order of which I do not know which rule obeys, I would like that when clicking on that column...
asked by 08.07.2015 / 19:53