Archives for Monday, March 22nd, 2010

You are currently browsing 1 articles posted Monday, March 22nd, 2010.

  • New jQuery Plug-in; Slide Presentation

    Published Monday 22nd of March 2010

    I'm trying to put together a little intro/demo for aFramework so I built this slide plug-in for jQuery.

    Ultimately I didn't feel it was what I was after with the aFramework intro but perhaps someone will find it useful.

    Run it on a container of a list of images with text and the plugin will slide through all the images, stopping on each to display all the paragraphs of text.

    The HTML needs to be:

    divcontainer
        ul
            li
    the first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...
            
    lithe first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...
            
    lithe first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...

    And then simply run the plugin on the container and it'll do the rest. You can override the default width/height settings, their styling is only on a single class (.jquery-slide-presentation) so target your container's ID instead and you're gtg.

    Have a look.

    Be the first to post a comment

Random jQuery Plug-ins

  • Tag Sizes

    Use this plug-in on a list of tags (li:s) and it will use whatever numbers found in the list to give each tag a corresponding size.

    Details

  • Live Search

    Use this plug-in to turn a normal form-input in to a live ajax search widget. The plug-in displays any HTML you like in the results and the search-res...

    Details

  • Super Simple Tabs

    This is an extremely basic tabs-plugin which allows you to create tabbed content from the ever-so-common list of in-page-links. You can set the select...

    Details

More Plug-ins

Recent Comments

Powered by Disqus
Page cached. Loaded in: 0.0276 second(s).
Last DB change: 2012-04-02 11:06:05
Last file change: 2012-04-25 20:30:39
Cache created: 2012-05-16 22:33:50