[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: QuEz, If you take away all

[jQuery] IE takes link when firing onclick event

2007-07-17 Thread quez
find the solution. Thanks all. *QuEz*

[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(); On 7/15/07, quez [EMAIL PROTECTED] wrote: Benjamin

[jQuery] Re: parsing xml

2007-07-15 Thread quez
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 contents of the xml. Once it is done, I get the info doing something like

[jQuery] parsing xml

2007-07-14 Thread quez
my xml looks something like: response message biothe bio/bio votedthe votes/voted /message message bioanother bio/bio votedlikewise, another vote/voted /message /response I'm new to jquery. I'd like to place these in an array so I can access votes/bio