Opened 12 years ago
Closed 12 years ago
#7835 closed bug (invalid)
FadeOut and FadeIn
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello. The window has scroll. When I use FadeOut and FadeIn, window is scroll up.
<a href="http://jusar.igor.ukrindex.com/sites/default/files/imagecache/gallery_big/1277911137.jpg" onclick="return false;" class="numericCarousel carouselPrev">1</a>
Change pictures
$('.carouselPrev').click(function(){
newLink = $(this).attr('href'); img = $('.img_big').find('img'); $('.img_big').fadeOut(function(){
$(img).attr('src', newLink);
});
$('.img_big').fadeIn();
});
Change History (2)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please provide a reduced test case on http://jsfiddle.net. Be sure to test using jQuery 0 GIT - thanks!