Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Users\DMZ\Desktop\cumbreclima0909\wp-content\plugins\gallery-plugin\bws_menu\js\ drwxrwxrwx |
Viewing file: bws_menu.js (2.66 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | (function($) { $(document).ready( function() { /* new version */ var product = $( '.bws_product' ), max = 0; $( product ).each( function () { if ( $( this ).outerHeight( true ) > max ) max = $( this ).outerHeight( true ); }); $( '.bws_product' ).css( 'height', max + 'px' ); var product_links = $( '.bws_product_links' ); max = 0; $( product_links ).each( function () { if ( $( this ).innerHeight() > max ) max = $( this ).innerHeight(); }); max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) ); $( '.bws_product_links' ).css( 'height', max + 'px' ); $( '.bws_product_box' ).hover( function() { if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) { $( this ).children( '.bws_product' ).addClass( 'bws_product_pro' ); $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' ); $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' ); $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'inline-block' ); } }, function() { if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) { $( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' ); $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' ); $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' ); $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'none' ); } }); /* old version */ if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) { $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' ); } $( '.bws_system_info_meta_box .hndle' ).click( function() { if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) { $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' ); } else { $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' ); } }); $( '.bws_system_info_meta_box .handlediv' ).click( function() { if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) { $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' ); } else { $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' ); } }); }); })(jQuery); |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |