I have next html:
* Name
And I want to chang
It may not be the prettiest way, but this works:
var $label = $('label[for=user_name]'); $label.html($label.html().replace("Name", "Title"));