[jQuery] Cycle plugin creating links

2009-08-29 Thread quez
Hi all, I would like to link each image in the cycle to a specific page. Any ideas on how to do this? I got it to cycle and everything is working fine. I just want it so that the actual image is clickable. Thank you.

[jQuery] Re: IE takes link when firing onclick event

2007-07-18 Thread quez
Hey Benjamin, you're the man! works like a charm. Just tried it after getting in from work. remove the css and it works in IE. I will also try adding the css as you mentioned. Thanks a lot mate! cheers. On Jul 17, 9:13 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: parsing xml

2007-07-17 Thread quez
Thanks for your help. This works but I kinda brute-forced my way though. I'll see if I can implement it more clearly with this. Thanks. On Jul 15, 1:57 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Try: > $('bio', this).text(); > >

[jQuery] IE takes link when firing onclick event

2007-07-17 Thread quez
uot;insists" on taking the link to a non-existing page (and displays an error). any help with this matter is dearly appreciated. I will update if I find the solution. Thanks all. *QuEz*

[jQuery] Re: parsing xml

2007-07-15 Thread quez
, and not the text as I expected. I'll post a solution when I find it, but thanks very much for your help. On Jul 15, 11:04 am, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > quez, > I use the $.ajax with dataType set to xml; on success I set a global > variable to the c

[jQuery] parsing xml

2007-07-14 Thread quez
my xml looks something like: the bio the votes another bio likewise, another vote I'm new to jquery. I'd like to place these in an array so I can access votes/bio easily and separately. at the moment, jquery is returning it like this: "the bioanoth