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...
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...
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.
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...
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...
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...
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) {...
$("#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 = $("...
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...