WordPress: Filter Shortcode

Did you ever needed a input field in wordpress to filter a list, table or other items? You can create a shortcode to create such fields on various sites.

Read More

Javascript: Generic Filter Function

I often have the need to filter items on websites. Previously I had different functions for filtering rows in tables, items in <div>-tags and so on. Now I created the following method which can be used in a generic way.

Read More