I'm trying to write a chrome extension. My aim is to change the text the user wrote after pressing the button
Firstly I use Jquery selector.
$('.deneme').html("MERHABA");
But there is no change. If I add console.log at the beginning of the line, I am getting the following output.
How can I change this span text?