if (this.scrollHeight - this.scrollTop === this.clientHeight) {
this.show = true;
}
const $el = $(this).parent();
$el.fadeOut('slow', function(){
$el.remove();
});
return view()
return redirect('/')
return back()
let word = prompt("Ввод слова")
if (/^on\s/.test(word)) {
// если начинается с on ...
}