Hello all,
I use a select dynamic multiple field with required condition.
It works but when i want use jquery chosen plugin like this the required condition doesn't work.
I've read this and try this code:
$j('my_dynamic_multiple_select').chosen();
// Same that JHtml::_('formbehavior.chosen','select');
$j('#seblod_form').validate({ ignore: ":hidden:not(select)" });
but it still doesn't work...
Any idea?