Questions tagged as 'javascript'

0
answers

Animation as in this site http://deen.com.br/ [closed]

I wanted to deploy to a site the effect on the scroll that occurs at the beginning of this site link , where it seems that the screen is moving     
asked by 02.01.2019 / 16:11
2
answers

Refresh with Iframe Parameter using jquery - Google Maps API V3 - CodeIgniter

I'm having trouble using the Maps API V3 (using Codeigniter). The view that receives the map has no formatting other than that already provided by the API. This way, I created an iframe that loads this view into the page where I want to use it a...
asked by 15.01.2014 / 14:05
1
answer

How to solve the problem of the square when dragged by the mouse cursor?

When the movement of the mouse is rapid it ends up leaving the square and thus the square does not move along with the mouse, I would like to know a solution so that the square always accompanies the mouse independent of him leaving the field of...
asked by 30.12.2018 / 14:06
0
answers

Sharing on Instagram [closed]

I was giving a beautiful new instagram API link and realized that it does not contain some features that I see there. Can anyone tell me how these scheduling sites work? I would like to understand how the publications are done.     
asked by 02.01.2019 / 02:23
0
answers

deprecation XMLHttpRequest [duplicate]

I'd like to know how to sort my code XMLHttpRequest , it's giving me this [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. message when I try to g...
asked by 29.12.2018 / 16:33
1
answer

Chrome extension: How to force a script to start only when the previous script is finished?

I have an extension that makes the colors change in the images of web pages. When the extension is activated (through an icon in the toolbar), the images on all pages opened in the tabs are recolored. When the URL of a tab is updated, the images...
asked by 04.05.2014 / 22:53
1
answer

How do I get the top number that my animation is currently in?

I have a JavaScript animation that goes from top: 0px in CSS and by jQuery animation it goes to top: 385px which is where the animation ends. I would like to know how I get the number that it is currently in top before...
asked by 25.05.2014 / 21:01
1
answer

javascript, selected by Text

I would like to select <selected=true> based on text and not value . I tried this way: function setSelectBoxByText(eid, etxt) { var eid = document.getElementById(eid); for (var i = 0; i < eid.options.length; ++i) {...
asked by 26.05.2014 / 17:21
2
answers

Form does not submit because of command $ ("# div"). attr ("disabled", true); of jquery. What to do to solve?

$("#button").click(function(){ $("#button").attr("disabled",true); $("#button").animate({opacity:0.2}); var nome = $("#nome").val(); var telefone = $("#tel").val(); var email = $("#email").val(); var onde = $("...
asked by 26.05.2014 / 17:25
1
answer

Submit form with jQuery.Validation

I want to create a method similar to the required of jQuery.Validate just to check whether the field was filled or not. Because the form is very large and can not be filled at once then the user will save and then edit it again so with this...
asked by 27.11.2014 / 22:47