79176788

Date: 2024-11-11 07:56:48
Score: 1
Natty:
Report link

$(function(){

        var $elem = $(this);
        $elem.find('img')

         .stop(true)


             .andSelf()
             .find('.sdt_wrap')
             .stop(true)
             .andSelf()

             .find('.sdt_active')

             .stop(true)

             .animate({'height':'45px'},300,function(){

            var $sub_menu = $elem.find('.sdt_box');

            if($sub_menu.length){   
            }   
        });
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: NASA