$('.custom-menu-primary ul li.has-submenu').each(function(){ var alink = $(this).children('a').attr('href'); var atext = $(this).children('a').text(); $(this).children('ul').prepend('<li class="dl-back"><a href="javascript:void(0)">' + atext + '</a>'); });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter