Questions tagged as 'jquery'

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
0
answers

Delete space between the Menu with div class navbar and a responsive Html table [duplicate]

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> <...
asked by 28.12.2018 / 19:49
1
answer

Button does not work when using append / prepend

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...
asked by 11.02.2018 / 16:41
1
answer

How to avoid page being displayed in another tab

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...
asked by 07.05.2014 / 02:36
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
1
answer

ResponsiveSlides with JSON as DataSource

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)....
asked by 24.05.2014 / 16:08
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
0
answers

Get the values included in a data object [closed]

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...
asked by 12.12.2018 / 19:46