Code works in preview but not on live site

Whenever I write code that works perfectly fine in preview mode, it will never work on the live site in Google Chrome. I mean, never. I must be missing something. By the way, I’m talking about really simple code. Like:

$w.onReady( function () {
$w(“#textinput”).value = (“Hello”);
});

Does anyone know the answer?

Hi,
Are you sure you published the site?
if you do, please share the site URL and describe the page and the code so we can inspect.