Thursday June 18, 2020
  1. 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();}
     			}
     	);
    
  2. 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”.

Filed in: /55/ | /24/

Your (nick)name:

Your e-mail:

Have a website?

Your message:

remember data for further comments?