Безымянный код от 1283186515 :: WebCodes.Ru — хранилище кодов, js
imgПолучить кодimgСкопировать кодimgСсылки

Безымянный код от 1283186515

Опубликовано 30.08.2010 в 20:42, гостем
var Matrix = function ( options ) {
	var html = '';
	$( options.matrix ).each(function () {
		html += '<div>';
		$(this).each(function ( i ) {
			var s = 'background: ' + (this == 0 ? options.colorDisabled || '#ddd' : options.colorEnabled || '#555') + '; ' + (i === 0 ? 'clear: both;' : ''); 
			html += '<div style="width: ' + (options.width || 20) + 'px; height: ' + (options.height || 20) + 'px; float: left; ' + s + '"></div>';
		});
		html += '</div>';
	});
	$( options.to )[options.method || 'append']( html );
	return html;
};
Valid XHTML 1.1Page Ranking Tool
WebCodes.ru — хранилище кодов © 2009-2010 г.
Все права защищены.
Хостинг от uCoz