$('#MyHouse').mouseenter(function () {
   $('.cheese').slice(2);
   $('.mousetrap').add('.cheese');
   $('.mousetrap').position();
   $('.mousetrap #armed').toggle();
   $('.mousetrap').click(function() {
      if ($('.mousetrap').has('.mouse')) {
         $(this).remove('.mouse');
      }
      else if (!$('.mousetrap').has('.cheese')) {
         $('.cheese').slice(2);
         $('.mousetrap').add('.cheese');
      }
      $('.mousetrap #armed').toggle();
   });
});
$('#MyHouse').mouseleave(function () {
   $('.mousetrap').remove();
});
Tuesday, May 18, 2010
Subscribe to:
Post Comments (Atom)

 
No comments:
Post a Comment