for/help with
>
> On Feb 10, 11:17 am, atomk 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.
>
> > Thanks
>
>
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
ation.hash == '#about'
>
> - ricardo
>
> On Feb 4, 3:50 pm, atomk 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 redir
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
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"
wrote:
> When do you call the hover-function? On $(document).ready? To me it
> looks like the hover won't work because it is never applied to
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"});
I have a slideshow:
$(function(){
$('#slideshowBoxRetouching').cycle({
fx: 'fade',
speed: 300,
timeout: 2400,
pause: 0,
autostop: 17,
end: function() {
$('#replayRetouching,#ellipsis').fadeIn();
$('#page').fadeOut();
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...
8 matches
Mail list logo