Closed szymdzum closed 10 years ago
In few cases I need to get rid of " : " from the end of the particular labels ? I thought I can sort it out by
$(".slice").text(function(i, text) { return text.slice(0, -1); });
But it removes the last character from teh string and than adds the " : "
Wrong question the " : " was added from Bootstrap not Backbone forms.
In few cases I need to get rid of " : " from the end of the particular labels ? I thought I can sort it out by
But it removes the last character from teh string and than adds the " : "