Just need to insert this line of code in front of your javascript.
var locationSearchParamsObj = location.search.replace('?','').split('&').reduce(function(s,c){var t=c.split('=');s[t[0]]=t[1];return s;},{});
Метки: javascript Just need to insert this line of code in front of your javascript.
var locationSearchParamsObj = location.search.replace('?','').split('&').reduce(function(s,c){var t=c.split('=');s[t[0]]=t[1];return s;},{});
Метки: javascript По любым вопросам по верстке сайтов вы всегда сможете обратиться ко мне в удобное для вас время:
При верстке сайтов с использованием различных технологий я руководствуюсь следующими стандартами:
WHAT TO DO NOW?