jQuery плагин:
(function($){
jQuery.fn.progressline = function(options){
var e = this;
var options = $.extend({
height: '12px',
maximum: 100,
value: 0,
showValue: true,
width: '300px'
}, {
height: e.data('height'),
maximum: e.data('maximum'),