Код: Выделить всё
(function($){
$.fn.truncate = function() {
return this.each(function() {
});
};
})(jQuery);
Подробнее здесь: https://stackoverflow.com/questions/297 ... ery-plugin
Код: Выделить всё
(function($){
$.fn.truncate = function() {
return this.each(function() {
});
};
})(jQuery);