gpt4 book ai didi

php - Joomla 2.5 隐藏 div

转载 作者:行者123 更新时间:2023-11-28 13:53:08 24 4
gpt4 key购买 nike

如果打开的 URL 不是基本 URL 或主页,我试图在我的模板中隐藏一个 div。现在,当用户打开链接时,div 应该是不可见的。我可以使用 php 在 Joomla 2.5 中检测并执行此操作吗?我该怎么做?

最佳答案

使用 javascript 试试这个:

if(window.location.href.indexOf("base url")>0){
$('something').show();
}
else{
$('something').hide();
}

演示 fiddle :http://jsfiddle.net/surendraVsingh/ZHsH7/

关于php - Joomla 2.5 隐藏 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11183760/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com