S
S
silr2015-11-30 23:51:29
DLE
silr, 2015-11-30 23:51:29

How to scroll up after adding news?

prntscr.com/98tuxs when you click on add a recipe, prntscr.com/98tvgv opens, you have to scroll up to this inscription prntscr.com/98tvvc

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Tutubalin, 2015-11-30
@Kennius

Since there is no code, we will assume that it can help

<script type="text/javascript"> 
function f(){
    window.scrollTo(0,0);
}
</script>

Further use
onload="f()"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question