jQuery -> $("a[rel=popover]").popover() $(".tooltip").tooltip() $("a[rel=tooltip]").tooltip() $('input.currency').each(-> obj = $(this) original_width = obj.width() obj.wrap("
") currency_sign = $("") obj.before(currency_sign) obj.css('width', (original_width - currency_sign.outerWidth())+'px') )