ultimix
jquery.wrappers.js
Go to the documentation of this file.
1 
6 if( !ultimix )
7 {
8  ultimix = {};
9 }
10 
20 ultimix.ToggleElement = function( ElementId , Speed )
21 {
22  jQuery( '#' + ElementId ).toggle( Speed );
23 }