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.
我需要根据当前语言更改 jquery 滑块中的图像。它将在 url 中显示为 /fr/ 或 /de/ 等。我如何将那部分从 url 中拉出来?我的 jQuery 技能越来越好,但仍然很基础。
if (window.location.href.indexOf('/fr/')!=-1) { //French stuff }
I am currently attempting to add a listener to my button so that when it is clicked it loads what is in the 'textId' textfield into an html text above said textfield and button. This is so th