尝试将跨度添加到 中动态 WordPress 导航中的标签
我正在尝试在下面页面 URL 的第二级子导航的标签内添加一个 span 标签。
我只能找到对主导航和子孙导航执行此操作的解决方案。
这怎么可能用 php 或 jquery 实现呢?
I am trying to add a span tag inside a tags on the sub navigation on the second level on the page url below.
I have only been able to find solutions to do this to the main navigation and children and grandchildren navigation.
How would this be possible with php of jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这样的事情...
演示:http://jsfiddle.net/HgkLu/
Try something like this...
DEMO: http://jsfiddle.net/HgkLu/