Awesome q2a theme

Someone knows an alternative to the jquery ui selectable?

0 like 0 dislike
41 views
Hi all.

Please tell me an alternative to the jquery-ui selectable. In the original if you choose all, and click on any one remains selected only the one which is clicked, and if you use ctrl + click that element will no longer be highlighted. And I need when you click this item was removed from Spica as well as with ctrl + click.

In this script, I was not able to implement it(
by | 41 views

1 Answer

0 like 0 dislike
Have not touched jui, so I could be wrong, but there are also events of type
$(function(){ $( "#selectable" ).selectable({ selected: function( event, ui ) { $(ui.selected).hide(); } }); });

\rapi.jqueryui.com/selectable/#event-selecting

You can remove its trigger.
by

Related questions

0 like 0 dislike
3 answers
asked May 2, 2019 by kvazarmp
0 like 0 dislike
5 answers
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
110,608 questions
257,187 answers
0 comments
40,796 users