in html file:
...
<label id="resultadoconsulta">my Old Text</label>
...
in javascript:
$('#resultadoconsulta').text("my New Text");
Resource:
http://stackoverflow.com/questions/3584145/change-text-of-label-in-jquery
...
<label id="resultadoconsulta">my Old Text</label>
...
in javascript:
$('#resultadoconsulta').text("my New Text");
Resource:
http://stackoverflow.com/questions/3584145/change-text-of-label-in-jquery
No comments:
Post a Comment