removing empty nodes with jQuery
Leave a reply
Sometimes you have empty html tags on your code tree and no matter what you try in your cms / php, you can’t avoid them to appear in the rendered html. But even then you can remove empty instances through some compact jQuery snippets – here are some examples that show how to remove empty […]