I got it with custom queue:
$('#locations a').each(function(i) {
var left = $(this).css('left'),
top = $(this).css('top'),
a = $(this).css({opacity: 0, left: 0, top: 0});
$(document).queue('myQueue', function(n) {
a.animate({left: left, top: top, opacity: 1}, n);
});
});
$(document).dequeue('myQueue');
Thanks!Exactly like that. I need though to take the css values and after that animate the element. I just don’t see how…
I’m using this script to animate some images inside anchors:
$('#locations a').each(function() {
// set opacity 0 and take initial position
$(this).css('opacity', '0');
var left = $(this).css('left');
var top = $(this).css('top');
// reset position and animate
$(this).css({'left' : '0', 'top' : '0'});
$(this).animate({left: left, top: top, opacity: 1});
});
I need to use the jquery each() function to take the initial position. However, I want to animate the returned elements in order. Is that possible?
Hahaha I just remember a japanese saying “if you are in a hole stop digging”![]()
![]()
Nice one
ASP .NET
I’m looking for an asp developer who can generate a PDF file from this big form. I want the generated PDF to be like the Print preview from the browser.
I’m know php and pdflib but I don’t have those options for the project. If you’re interested, send me your price and the approximate time through my contact page.
Thank you!
Search here http://codecanyon.net/forums/topic/codecanyon/65
Thanks, I´ll post the message there.
No ASP developers around here?
Good catch mixey!
I’m looking for an asp developer who can generate a PDF file from this big form. I want the generated PDF to be like the Print preview from the browser.
I’m know php and pdflib but I don’t have those options for the project. If you’re interested, send me your price and the approximate time through my contact page.
Thank you!
