Questions tagged as 'jquery'

1
answer

Remove element within iframe

Hello I have an Iframe that has an image and I would like to remove it, but it is not working ... <script> $( document).ready(function() { $(document).find("img[src='/assets/online/cf_logo-9733d198a764182fc89bc38518f73f91efd7a4...
asked by 30.11.2016 / 22:28
1
answer

How to disable Jquery script on mobile devices? It's possible?

I'm just wanting to disable my Jquery script, so as not to run on devices smaller than 768px, is it possible?     
asked by 01.12.2016 / 11:56
0
answers

How to bring a page with graph inside a div on another page using ajax?

I have a problem, I have a simple function in Ajax which brings a page inside a div , I made the test work, but when I do to bring a page that has no graphics, / p> Does anyone know if there is a way to do this? My code goes below: this...
asked by 30.10.2016 / 20:49
1
answer

Travers dynamically generated input array

I need to mount an array of a form in PHP that is dynamically generated with jquery and pass this data to the DB, I am not able to separate the forms to register in the DB. Follow the HTML: <form id="boletin_cad" action="env_boletin....
asked by 01.11.2016 / 00:14
2
answers

How do I keep the scroll position inside a div after updating dynamically with AJAX?

I'm building a mini forum, and in it, users can do posts and reply to them. For the page not to get too long, I put a div with a fixed height and width, and, if the text goes beyond this value, it will add a scrollbar, The problem...
asked by 31.10.2016 / 15:17
0
answers

Limit values displayed in jquery

How do I "limit the amount of values sorted by for below?" I tried to create an array with the Divs and change the display property .. however it does not take the order of the elements .. Much of this code has been removed from a previous...
asked by 27.01.2017 / 16:13
1
answer

Change height and width commas with mascára

I have a code that calculates the amount of rolls required according to the width and height of the person's wall. Currently the code for the comma mask is this: $('.virgula').mask('####00,00', {reverse: true}); $("#altura").f...
asked by 29.10.2016 / 02:56
1
answer

Conflict Jquery and MetisMenu and Modal

I'm having conflict with Jquery and MetisMenu and Modal (bootstrap): If I ref. so the modal works, but the dropdown menu does not work: <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script s...
asked by 29.10.2016 / 00:28
1
answer

Space between jquery masks

I'm using a jquery mask: /// Mascara Telfone function mascara(o,f){ v_obj=o v_fun=f setTimeout("execmascara()",1) } function execmascara(){...
asked by 26.10.2016 / 17:53
1
answer

javascript function does not work completely with jQuery

Good evening. I'm having some trouble making another function work along with jQuery. The jQuery function is working as I would, but the one I created does not. In fact, it is almost completely functional, this function selects all the names...
asked by 26.10.2016 / 21:33