I’ve learned another new thing in jQuery (how to successfully remove “stubborn” empty
<li>
items):/* remove empty <li> */ $('li').each( function() { if($(this).html().trim()==''){$(this).remove();} } );
I’ve managed to write and publish another post within an exciting genre of life- and work-hacks (I love those things): “Use Special Characters As Bookmark Folder Names”.
Thursday June 18, 2020