[jQuery] Errors

2009-02-10 Thread atomk
Would somebody mind taking a look at this page http://consolidatedaggregates.com/ . I'm suddenly getting many cryptic jQuery errors. I'm not sure what is causing them because I don't know what they mean. Thanks

[jQuery] Re: Errors

2009-02-10 Thread atomk
to look for/help with On Feb 10, 11:17 am, atomk akob...@adamkobrin.com wrote: Would somebody mind taking a look at this pagehttp://consolidatedaggregates.com/ . I'm suddenly getting many cryptic jQuery errors. I'm not sure what is causing them because I don't know what they mean

[jQuery] Re: Change subdomain on same page...

2009-02-06 Thread atomk
4, 3:50 pm, atomk akob...@adamkobrin.com wrote: I have different subdomains pointing to the same file on my server - simple enough. What I'd like to do is essentially reverse that: Can the same file redirect to different subdomains? For example:http://adamkobrin.com When you click on any

[jQuery] Change subdomain on same page...

2009-02-04 Thread atomk
I have different subdomains pointing to the same file on my server - simple enough. What I'd like to do is essentially reverse that: Can the same file redirect to different subdomains? For example: http://adamkobrin.com When you click on any of the top 4 links, different content is loaded, but

[jQuery] Re: Clickable slideshow not working as expected.

2009-02-02 Thread atomk
That worked. Still learning but I'm learning kinda backwards: jQuery first then basic javascript! Thank you. On Feb 1, 9:46 am, frederik.r...@gmail.com frederik.r...@gmail.com wrote: When do you call the hover-function? On $(document).ready? To me it looks like the hover won't work because it

[jQuery] Clickable slideshow not working as expected.

2009-02-01 Thread atomk
Using the hover function, I'm showing a before/after version of a photo (I have 2 photos stacked using z-index): $(function() { $('.current img.after').hover( function() { $(this).animate({opacity: 0});

[jQuery] Cycle plugin: Replay button won't replay

2009-01-28 Thread atomk
I have a slideshow: script type=text/javascript $(function(){ $('#slideshowBoxRetouching').cycle({ fx: 'fade', speed: 300, timeout: 2400, pause: 0, autostop: 17, end: function() { $('#replayRetouching,#ellipsis').fadeIn();

[jQuery] Cycle plugin prev/next question

2009-01-18 Thread atomk
The code shown below is working fine for me, but I want the prev and next buttons to jump 2 slides instead of 1. I think this involves the prevNextClick option, but don't know how to code it... script type=text/javascript $(function() { $('#liberiaSlideshow').cycle({ fx: