Tag: plugin

  • Flamingo plugin with proper polish csv export

    Flamingo plugin with proper polish csv export

    In case anyone searching I’ve created a modified version of Flamingo plugin for WordPress. Now it exports proper polish csv files out of box (encoded in Windows-1250 and delimited with semicolons). Download here: http://realhe.ro/pub/flamingo-polish-export.zip Install using zip upload ability in WordPress or by FTP.

  • jQuery advanced filter list plugin

    jQuery advanced filter list plugin

    This is a plugin for realtime list filtering using a text input. It’s very simple in use. Look at examples below: Init filter: $(document).ready(function() { $(‘ul.dynamic-search-list’).filterList({ inputSelector: ‘#filter-input’ }); }); inputSelector is the only option required by plugin. It’s a jQuery selector for input field that will be used for list filtering. Detach filter: $(‘ul#2’).filterList(‘detach’); […]