Questions tagged as 'slide'

2
answers

What is the best way, to change only the registration steps and not every page

I have a page where the user chooses to log in (if he has already registered) or does the registration, if he chooses to register by clicking on the cadastre-se button, he would like the element to go left and the first step of the regist...
asked by 14.12.2015 / 13:23
1
answer

Carousel - thumbnail not active when changing slide

I have a problem because I can not leave the thumbnail activated using css, leave an image as an example of the want and the code below. Thanks! jQuery(document).ready(function($) { $('#myCarousel').carousel({ interval: 5000...
asked by 25.01.2016 / 13:42
2
answers

Slide in jquery with div, containing image and content

How do I make a slide that changes with each update, being that I can control with arrows. The structure of this slide contains div, image and content. A base example is this, app.mobile being that I supplemented the controls with two arrows b...
asked by 17.09.2015 / 20:32
0
answers

How to make slideshow rotate when the "new tab" tab is open?

I'm trying to make a slideshow script run every time a new tab opens in Google Chrome. I need to do the following execution: 1-Make a slideshow script run 10 images [here I put only 3], in fade, every time the user opens a new tab. Problem...
asked by 01.12.2015 / 06:31
1
answer

Arrow function on slide

I would like to know if it is possible to make this slide that I adapted from "w3school", work with the arrows, and every time it skips image, the site will rise to the top again. HTML: <!DOCTYPE html> <html> <title>sli...
asked by 07.09.2018 / 21:06
1
answer

VBA Events in PowerPoint

Hello, Exit some Powerpoint event that allows you to run a subroutine by selecting a slide. For example, the presentation is running ... When you get to slide 120 it has to execute a routine or a macro without any user action or button....
asked by 11.01.2018 / 12:08
1
answer

How to insert 2-image slide (html)? [duplicate]

<div id="home" style="background-image: url(assets/images/slider-1-background.jpg); width: 100%; height: 862px;" class="parallax hidden-xs"> I am using this code in the header with an image, how can I insert another background image...
asked by 07.02.2018 / 22:38
2
answers

Specific ordering of a list without a plugin

I am facing a very specific problem in a project. I'm creating slide, where I need to sort the list according to what is clicked on the page. It should look like this: Next form: Quando clico na paginação no item 3, a lista deve ficar da se...
asked by 29.01.2015 / 14:40
1
answer

jQuery slide, go to next element (number of elements is not fixed)

I wanted to do a fadein / out slideShow (#overlayFancy, it only appears when we click on a '.wrapperExtraImg', fancybox plugin style), the code so far works great but now I wanted it to go to the next (#right being #left is 'prev'), and if there...
asked by 02.09.2014 / 11:40
1
answer

Legend in jQuery always returns "undefined"

I have a small slide show, but at the time of the caption it does not return anything (it has the alt attribute in the images I want to use) Below I have the script I'm using: $(document).ready(function () { $('.abre-fecha').hide();...
asked by 19.06.2015 / 04:54