Git Product home page Git Product logo

jquery.innerfade's Introduction

Hi, my name is Wes

I’m a programmer who lives in Fredericksburg, VA. I enjoy board games, puzzles, and making things work. When I’m not in front of a screen of some sort, I’m probably spending time with my wife, my son, my animals, my board games, or my books. Check out what I’m up to now or see what tools I’m currently using.

wesbaker's github stats

jquery.innerfade's People

Contributors

olance avatar patricklodder avatar rvanbaalen avatar wesbaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jquery.innerfade's Issues

Get current slide and total number of slides

Kevin asked for a way to get a '2 of 20' sort of display. I figure I'll break it out into two selectors, one will get the current slide number and keep it up to date, the other will print out the total number of slides.

Bugging out in IE7/IE8

Hi,

I have a rotating slider on a WordPress site using this, and it works in all browsers except IE7 and IE8.
All my slides are visible at once, below each other, and the scrolling links do not work.

I am using jQuery v1.10. All I can find are people with kind of similar problems but not the same as mine, it's not a conflicting plugin, as I have removed everything else (masonry.js and imagesloaded.js) and it still was giving issues.

Any ideas or help will be much appreciated!

Thanks.

missing semicolon in default switch

Not sure if this is what was causing the problem or not (problem was sporadic malfunction - slides not fading out and other slides fading in over them to overlap in messy ways.) I did find a missing semicolon on line 231 and the carousel worked a lot better after I put it in. Thanks for all your great work!

lines 230-233 "jquery.innerfade.js" :

        default:
            $($fade_object.elements[toHide]).fadeOut(speed)
            $($fade_object.elements[toShow]).fadeIn(speed);
        break;

Add Indexes

Indexes would be representations of the various slides in the container. Clicking them would take you to the that slide.

deferred rendering on inactive browser tabs (with jQuery-1.6.2)

When an innerFade loop is running on an inactive browser tab, jQuery keeps on planning fades, but renders all fades planned when focus comes back to the tab. Even though I think that in essence this is a jQuery bug (or feature), i was forced to work with jQuery 1.6.2 so I patched jquery.innerFade instead.

The patch doesn't stop the timers, instead it just resets the timers with the same values every time it's called and the window is not active.

In case anyone needs it, the patch can be found here: http://intellibiz.org/jqif/jquery.innerFade-window.isActive.patch

Error on resume from pause

When the slideshow resumes (pause/play button), there is an error on line 339:

var tag = $($fade_object.container).children(':first').attr('tagName').toLowerCase();

attr('tagName') is undefined here.

Solution: use prop('tagName') instead :-)

Start Delay

Feature to start animation with some time delay.

Random / Random start display all images at once

Hey, a bug I have found is that random and random start (in experimental) display all slides at once. The gradually clear out as it cycles through, but I have not been able to solve this. Any ideas?

Indexing no longer working?

It seems the indexContainer feature no longer works with the most recent version. If I replace the plugin file with an older version, it works fine; maybe something broke in the refactoring?

Also, the link variable on line 321 is missing a $.

Start Delay

Feature to start animation with some time delay.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.