quentinio
Forum Replies Created
-
I would need something like this too. I found this on the DataTables website: http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html
Any help on how to integrate that code into the plugin?
Thanks a lot!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Date picker?Hey thanks for that adaldesign! Just what I needed!
For further reference, at least with the latest jQueryUI, the function should be in lower case:
$('.datePicker').datepicker({clickInput:true})Thanks!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Dashes in job titles3.0.1 but… weird… it isn’t happening any more.
I’ll post again if I can reproduce it.Thanks man!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Conditional tagsYep! That helped! Thanks a lot Gary!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Publication dateThanks a lot!
On a side note had to change the last line to$displaystartdate = date( 'Y-m-d H:i:s', strtotime( '-9 hours' ) );
to deal with local time / server time issues. Might help somebody!