-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple destination, keep rendering sort and Optgroup at the same time? #154
Comments
Hi @Atomixcl Basically, the plugin allows you to have as many as needed instances on the same page. |
Hi, first, thanks for the quick response.
![schermata 2018-03-23 alle 11 18 ` $html .= '<script type="text/javascript">
|
I'm sorry, |
Sorry, this is the code as it is seen in "source": `
|
Hi,
I am new to your plugin and I have not much experience at jQuery, but it it is very nice to use.
I am trying to get a page operating with 3 of your examples at the same time.
I need to order by key, in a 4 multiple destination with opt groups (nested, if posible).
I have made all 3 functional separately but I cannot make it work at the same time.
is this implementation allows it?
<script type="text/javascript"> jQuery(document).ready(function($) { $("#optgroup").multiselect({ fireSearch: function(value) { return value.length > 3; } }); $('#keepRenderingSort').multiselect({ keepRenderingSort: true }); $('#multi_d').multiselect({ right: '#multi_d_to, #multi_d_to_2, #m....... </script>Thanks in advance!
The text was updated successfully, but these errors were encountered: