Questions tagged as 'jquery'

1
answer

Run a page inside a jquery modal screen by ajax without IFrame

Is it possible to execute a page that is within my dir , within a modal without IFrame and ajax ? If so, how would I do it? At the moment my pages would have this path: ../../GEN/asp/pagina.asp?parâmetros= This would...
asked by 05.08.2015 / 19:57
0
answers

Print PopUp Interfering on Main Document

I'm using a plugin to print a particular page. This is jQueryPrintElement.js . link When I click the button to print, open the popup (from Chrome, for example) to click on print. As if it were CTRL + P. But if I click cancel the prin...
asked by 21.07.2015 / 16:30
1
answer

Preserve the value of a javascript?

I have a problem with a countdown timer, it works with the time I put in it, but when the client refreshes the page the counter returns to the initial time, is there any possibility of preserving that value? follow the link: link     
asked by 16.07.2015 / 18:46
0
answers

Upload form with disabled fields when clicking button

I would like to do a function in js, that when I click on a view button, when I go to the page, I load my form with all my fields disabled, so that the user can not change anything. How can I do it?     
asked by 17.07.2015 / 16:42
1
answer

Input not getting focus on the click

I have the following script function CampanhaDefault(origem) { $("#ValorMinimo").parent().parent().hide(); $("#ValorParcela").parent().parent().hide(); $("#PDesconto").text("% Desconto") $(".Juros").h...
asked by 21.08.2015 / 15:55
1
answer

LABjs - error loading scripts

Please do not show me the link documentation link or examples taken from there because this I have already read, and I honestly do not understand "that is, the page loads about three times and then one of the error. So I'm believing that t...
asked by 19.08.2015 / 16:07
0
answers

Insert class into an invisible element

How do I insert a class via jQuery to an element that is not visible on the page?     
asked by 16.10.2015 / 18:11
0
answers

TypeError #Object is not a function

As soon as I put Prototype in my project it starts to cause me an error where there was none before. It returns me the error mentioned in the title of this line: if (this.map[type]) { for (var i in this.map[type]) {...
asked by 17.10.2015 / 14:53
0
answers

Play function does not work in iOS browser

These functions below are from the Youtube API for viewing videos. It is working in all browsers. But when I open the site on iPhone and click on PLAY to start the video, it does not perform the action. I put click , touchstart a...
asked by 27.07.2015 / 14:09
1
answer

Change div background-image according to banner image

I need to create an effect in my slideshow that for every image displayed in the slideshow the background of div class="banner-backg" change background-image. For the slider I'm using link : Slider HTML <div class="banner-ba...
asked by 24.07.2015 / 15:18