Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在のページの URL を Cookie に設定するにはどうすればよいですか? 現在私は使用してjQuery.cookie("previousUrl", window.location.href, {path:"/"});いますが、設定されているのはクリックされたURLです。クリックした URL の代わりに現在のページの URL を設定するにはどうすればよいですか? 乾杯、マイク
jQuery.cookie("previousUrl", window.location.href, {path:"/"});