Questions tagged as 'jquery'

0
answers

ScrollTo does not stop exactly in place (#idSection)

I'm using the tweenmax scrollTo effect, however I'm having a problem, the site is composed of a few sections each has an id that I use for anchor in scrollTo. When I click on the menu, the site will scroll down to the section that I selected,...
asked by 17.02.2017 / 19:41
0
answers

Transform video into Blob object?

I found this code in a tutorial that to transform the videos into objects and be treated as if it were a url blob , with the first video coming on the page the function works perfectly, however when I call another video through , t...
asked by 03.10.2016 / 01:29
1
answer

2 clicks to open the popover again

I'm creating a popopver where I put a close button on it. As shown below in the image: HTML:<divclass="dropdown" style="float: right;"> <button type="button" class="btn btn-default btn-xs popover-markup" data-placement="bot...
asked by 25.08.2017 / 05:01
1
answer

How to divide all span .class by 3

How to make these divisions and get different results for each division. The result comes out just right for the first price and in others the result is all the same: 200. $(document).ready(function() { $(".ecwid").click(function() {...
asked by 29.08.2017 / 11:31
0
answers

datepicker loses formatting and mouse icons

Personal I'm implementing the Datepicker with date and time (default pt-br) I'm using the component that is in this link: link Reading the manual I used Nuget to install the components Install-Package Bootstrap.v3.Datetimepicker I c...
asked by 20.01.2017 / 21:30
1
answer

How to disable a button during the ajax request with primefaces?

How to disable a button during the ajax request with primefaces using p: ajaxStatus. I wanted to do this in a generic way, ex: all buttons will be disabled during the ajax request;     
asked by 10.10.2016 / 16:31
1
answer

Is hidden content bad for accessibility?

I have a table with three columns, one for "Species", one for "Quantity" and one for options. The quantity field can be changed when the change button is clicked, the change button is hidden to show the save button. <table class="table">...
asked by 25.08.2016 / 19:26
2
answers

Easiest way to transform request into FormData

this.getArray = function(callback){ $http({ method: "post", url: "index.php?modulo=ClientesOnline&acao=getClientes", headers: {'Content-Type': 'application/x-www-form-urlencoded'}, data: $.param({ajax:1}),...
asked by 23.08.2016 / 20:31
1
answer

Using Promises and Deffered in daily life

I'm studying about these items and I'm not sure how to apply them in my projects. I currently use callback for everything but the code structure gets tense .. and on the internet I found a lot of articles talking about the Promises and Deffered...
asked by 12.07.2016 / 14:51
1
answer

How to slide the text into an input in the hover?

I have an input with a fixed width, but sometimes the content exceeds the width of this input. Somewhere I saw a solution that by hovering the input the text inside the input slid to the end without changing the width of the field. How do I d...
asked by 12.07.2016 / 16:05