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...
I have a table html that is responsible for displaying the system content for the user, and the problem is that there is a space that persists between the Menu and that % > table html .
Top Menu:
<!DOCTYPE html>
<html>
<...
I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
I have this jquery
$(window.document.location).attr('href', '/gerenciarpdv');
And this button calls this page
<button id="teste1" name="teste" class="btn-pesquisa" onclick="ChamaGerencia();">GerenciarPDV</button>
The proble...
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) {...
After much searching for a very simple image gallery I ended up finding ResponsiveSlides.js which is not only simple enough, but also works ( smartphones even though it does not recognize gestures for slideshows - but that's another story)....
$("#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...
I'm trying to get some values of a return from a request. Using jQuery, I have the return of the date
$('#protocolo-fk_especie_protocolo').find('option:selected').data()
In this way: $('#protocolo-fk_especie_protocolo').find('opt...