I would like to change all the names of the attributes where class=\"testingCase\" throughout all my whole html document.
class=\"testingCase\"
e.g. Change:
&
It works for me!
$('input[name="descricao"]').attr('name', 'title');