Boy is it a nice day out... not
Like description text, or a link or something, ya know?
lorem ipsum dolor gamet hollah!
That's all folks!
PDXSlide is a very simple but highly customizeable jQuery slider. Yes, there are a lot of sliders out there, so what makes this one different? Not a whole lot actually. The purpose of this was to make the existing slider on PortlandOnline.com (soon to be PortlandOregon.gov) up to date as the last one was ancient, slow, and didn't work the same on each browser. Also, the markup for it was almost "anti-semantic". Some things that do make this different are:
This is not all! There are some features in development before it goes 1.0.
http://mysite.com/mypage/#!/pdxslide/2
Installing is easy:
<ol>
or a <ul>
in the <li>
tags. Each <li>
is a slide.<img>
s with <a>
to make the slides clickable.<h2>
and/or <p>
with text. It will accept HTML in those tags as well.The demo HTML code looks like this
![]()
Hello World
Boy is it a nice day out... not
![]()
Something Else Would Go Here
Like description text, or a link or something, ya know?
![]()
![]()
Another one
lorem ipsum dolor gamet hollah!
![]()
Tha…That…Tha…Tha…
That's all folks!
To get this to work, the only jQuery you need is:
$('#slideshow').pdxslide();
As with any script, this will have bugs. Please report bugs on github. You can ask for cool new features there.
You can fork on github or download it directly from here. Code is licensed under the MIT license. Feel free to do what you want with it.