255 160 0 1 100
255 255 0 1 30

Codly

html css js if ($('#myElement').length > 0) { // существует } //------------------------------ $.fn.exists = function(callback) { var args = [].slice.call(arguments, 1); if (this.length) { callback.call(this, args); } return this; }; // использование $('div.test').exists(function() { this.append('<p>I exist!</p>'); });
Яндекс.Метрика Яндекс.Метрика