Вход Регистрация
Файл: Main Website Files/assets/bower_components/jquery/src/css/swap.js
Строк: 30
<?php
define
([
    
"../core"
], function( jQuery ) {

// A method for quickly swapping in/out CSS properties to get correct calculations.
jQuery.swap = function( elemoptionscallbackargs ) {
    var 
retname,
        
old = {};

    
// Remember the old values, and insert the new ones
    
for ( name in options ) {
        
oldname ] = elem.stylename ];
        
elem.stylename ] = optionsname ];
    }

    
ret callback.applyelemargs || [] );

    
// Revert the old values
    
for ( name in options ) {
        
elem.stylename ] = oldname ];
    }

    return 
ret;
};

return 
jQuery.swap;

});
?>
Онлайн: 1
Реклама