[jQuery] RE: Anchors & Images Tutorial

2009-03-05 Thread HM-User
I have had a look at this tutorial by Malsup and simply, you can add an a link to the image slides. However, for me like the tutorial with: function onAfter() { $('#output').html("Current anchor: " + this.href); I have for myself: before: onBefore, pager: '#featurenav' }); function onBefore

[jQuery] Re: How to add a links to callback display

2009-03-04 Thread HM-User
th each slide assigned with an tag to display the html text. On Mar 4, 11:50 pm, HM-User wrote: > I am looking at the jQuery Cycle Demo of the Callbacks example. Before > and after each slide appears, a caption or small text can show below > the slide. However, how can I make some or al

[jQuery] How to add a links to callback display

2009-03-04 Thread HM-User
I am looking at the jQuery Cycle Demo of the Callbacks example. Before and after each slide appears, a caption or small text can show below the slide. However, how can I make some or all the text be a tag so people can click on the callback text to go to a story?

[jQuery] Integration of jQuery with website

2009-03-03 Thread HM-User
I wanted to ask something in general. There seems to be a very slight issue with my website that is running the jQuery and plugin scripts. It seems that sometimes if you visit the website or click 'Home' to go back to the main page or view other sections, the browser loads the site very quickly an

[jQuery] Adding additional callbacks to image slides

2009-03-01 Thread HM-User
I have a number of image slides which are fading in and out and I am also using the pager option (jQuery Cycle). What I want to know however is, is it possible to invoke a created headline for the image as well as the image's alt? So: function onAfter() { jQuery('#caption').html(this.alt); } dis

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
Thanks so much! It worked. I'm sure if someone else needs this, they will sure be happy to find your answer. On Feb 19, 5:10 am, Mike Alsup wrote: > > alt ="" > > title="" /> > > Prev Next > > > and I assign each image's alt and/or title, how can I evoke them as > > captions below each image aft

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
s alt and/or title, how can I evoke them as captions below each image after clicking prev/next? On Feb 19, 12:00 am, HM-User wrote: > Oh that's great Mike thanks for helping me! I think with the script > loading, I've streamlined it and so now I've linked everything which > can

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
Oh that's great Mike thanks for helping me! I think with the script loading, I've streamlined it and so now I've linked everything which can either be linked js files or external CSS files. So hopefully that will do the trick. It seems to have work with things I have done just now. Can you explai