Questions tagged as 'javascript'

1
answer

Printing with JavaScript and ActiveX

I need to print from a web application, I believe that I will have to do this with JavaScript and also for what I researched maybe I will have to do this with ActiveX. I already tried to use window.print() with JavaScript but it opens...
asked by 30.07.2015 / 04:17
1
answer

Recover Json Value

I'm including my YouTube channel with my videos on my site. But there's a part of Json that I can not recover. I'm doing this: $.each($feed.items, function(i,item){ var url = item.videoId; I commented on the code for you to see from Json...
asked by 26.05.2015 / 21:27
2
answers

Hide Pop Up Lightbox div by clicking on an Item / button

I made an ad on my site, for Multipurpose. I would like to make a "PopUp" ( PopOver , or known Modal ) my custom, in case I created a div . The ID of div is adonsite , and I would like to close it by clicking another...
asked by 19.05.2015 / 04:52
1
answer

How to open new tab without blocking pop-up after windows.open ()?

I'm having trouble opening a new tab after a confirm and windows.open , follow the code: function dec(){ var matricula = "<?php echo $matricula;?>"; var receita = "<?php echo $receita;?>";...
asked by 18.05.2015 / 15:33
2
answers

Copy select and keep selectedIndex

I'm messing with a Select, where I hedge its index. The problem that after setting the index I have to put it inside a div. But it does not get the index set, it goes with the default. What function of jquery, cuts the select with what was as...
asked by 15.05.2015 / 23:04
1
answer

SlideShow HTML Jquery [closed]

Good morning friends, well the problem is the following, I downloaded a package for slideshow which I include in my website but it is all unconfigured, does not appear border and does not appear the images of the buttons, I am trying to fix this...
asked by 16.05.2015 / 16:51
2
answers

HTML5 Video Autoplay in mobile browsers

The autoplay attribute in the VIDEO tag does not seem to work in mobile browsers, I've researched it and it looks like this concerns a permissions policy between the browser and the end user, I tried to force autoplay by triggering a clic...
asked by 08.07.2015 / 18:00
1
answer

setInterval how to come back again after giving a clearInterval?

For study and knowledge issues, how could I clean a setInterval and then according to some event I can continue to run it again. 'use strict'; var imgAtual = 0; var arrImg = ['images/relatorio.jpg', 'images/clp.jpg', 'images/estudo-vi...
asked by 09.07.2015 / 01:59
1
answer

Alternating Web Pages Every Time

Good morning! We have two panels in two different ASP pages. We need in panel 1 and panel 2 there is some way to call each other every so long. Is there some way maybe with JAVASCRIPT? Example: Panel 1 is 3 minutes showing on the TV in...
asked by 17.07.2015 / 16:57
3
answers

How to put an image on the site through link

Where is the error here? I would like the image to appear inside this box that I created. / a>                  
asked by 18.07.2015 / 02:52