Показать сообщение отдельно
  #5 (permalink)  
Старый Сегодня, 04:25
Новичок на форуме
Отправить личное сообщение для elinorchs Посмотреть профиль Найти все сообщения от elinorchs
 
Регистрация: 19.09.2025
Сообщений: 1

To persist dynamic fields after a refresh, you need to store the selected value (e.g., '8') and retrieve it on page load. LocalStorage or SessionStorage are great alternatives to cookies for simpler data. In your JS, on page load, check if the value exists in storage. If yes, set the select value and trigger your j() or jQuery function. @ Snow Rider
Ответить с цитированием