TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Javascript, AJAX, E4X (http://www.talkphp.com/javascript-ajax-e4x/)
-   -   urgent help please (http://www.talkphp.com/javascript-ajax-e4x/4590-urgent-help-please.html)

fantomel 06-22-2009 08:00 PM

urgent help please
 
i have recoded everything from scratch now i`m having another problem. when i going with the mouse over it shows what i want to show but doing like a loop can someone help me ?
Code:

$(document).ready(function(){
                $('.work li a img').mouseover(function(){
                                        $('.work li a img').append('.features').stop();
                                        $('.features').css('display', 'block');
                });
               
                $('.work li a img').mouseout(function(){
                    $(".features").css('display', 'none');
                }); 
            })


tony 06-23-2009 06:42 PM

why do you want to put it on a loop if they are trigger by events? it's always catching the events.

adamdecaf 06-23-2009 08:04 PM

If you want multiple things to be displayed just stack the commands with timers between them.


All times are GMT. The time now is 07:48 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0