开发者

Trying to add a span into a <a> tag in a dynamic wordpress nav

开发者 https://www.devze.com 2023-03-06 22:52 出处:网络
I am trying to add a span tag inside a tags on the subnavigation on the second level on the page url below.

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 navig开发者_StackOverflowation.

How would this be possible with php of jquery?

http://satbulsara.com/luke-irwin/rugs/new-in/fishy/


Try something like this...

DEMO: http://jsfiddle.net/HgkLu/

$('.page-item-173 > ul > li > a').wrapInner('<span class="abc" />');
0

精彩评论

暂无评论...
验证码 换一张
取 消