D
D
Dha-t-Elle2019-11-09 21:59:44
PHP
Dha-t-Elle, 2019-11-09 21:59:44

What libraries or how is the page implemented?

Hello, how can I make this effect on the site when scrolling down? Can I break the blocks into sections and also change the content? Website: https://www.apple.com/airpods-pro/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2018-10-15
@alexey-m-ukolov

To get rid of repeated submissions, you need to redirect the user so that he loads a new page and thus "reloads" the last action in the browser.

$sql = mysql_query("INSERT INTO `db_comments` ...");

header('Location: http://your.page.url/');
exit;

Шохрух Шаймардонов, 2019-11-09
@joeberetta Куратор тега JavaScript

Не нашел сам вопрос (затерялся), но нашел ссылку на туториал, который там был указан (хоть его вспомнил)
Вот сам
туториал на ютуб

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question