Thanks very much for the answers, i'm able to get it working now.
Someone gave me a similar jquery solution on stack overflow, for your interest, which also works:
$(function() {
var...
Type: Posts; User: alexscriptsearch; Keyword(s):
Thanks very much for the answers, i'm able to get it working now.
Someone gave me a similar jquery solution on stack overflow, for your interest, which also works:
$(function() {
var...
Hi,
I am using the jQuery cycle plugin to run a basic slider containing 3 slides (A, B, C) of a text header and an image.
I want to be able to display slide A and B on Mon, Wed, Fri, Sun;
...