Im trying to change background color, text color, and text using jquery, however background color and text color is changing but text(string) not, Im using this code:
$('#page_'+(vector.length)).css("background", "orange");
$('#page_'+(vector.length)).css("color", "black");
$('#page_'+(vector.length)).css("text", "string");
I think the third line is writted bad, thank you.
.css()to alter an element's text?