/** * actionn mobile menu * */ (function($, undefined){ jQuery(document).ready(function(){ /* $('#primary-content-output li').each(function(indx, element){ var dm_li_descr = $(this).html() $(this).html(' '+dm_li_descr) }); */ $('#foot-sidebar li.menu-item').each(function(indx, element){ /*var dm_li_descr = $(this).html()*/ $(this).prepend('') }); $('.tagcloud').each(function(indx, element){ /*var dm_li_descr = $(this).html()*/ $(this).append('
') }); $('.must_be_100').each(function(indx, element){ var myobject = $(this).parent().parent() if ($(window).width() >= 1024) { myobject.css('width', $(window).width()+'px') myobject.css('margin-left', -(($(window).width()-1024)/2)+'px') } //myobject.hide() /*var dm_li_descr = $(this).html()*/ //$(this).prepend('') }); }); } )( jQuery );