<ul id="menu-primary">
<li></li>
<li></li>
<li></li><li class="stretcher"></li> /* add adjacent to the last menu item */
</ul>
I need to add <li class="stretcher"></li>
adjacent to the last menu item exactly as shown, to the menu with id="menu-primary"
.
(The reason is to remove the whitespace generated in some browsers. Similar to the first answer in this question: Fluid width with equally spaced DIVs)
I’d add it with a filter:
You can add it using jQuery with following code