0

Any one knows how to use a jquery plugin bootstrap-multiselect in scala js code.

Scala.js has library which wrapped a jquery, I want to use similar statitically type code for jquery plugin

finally I want to create a react component for multiselect list out of this two. Any alternative way to is also welcom

Thanks

Justin Patel
  • 1,323
  • 10
  • 5

1 Answers1

2

You're probably going to need to write a Scala.js facade for the bootstrap-multiselect plugin. This isn't rocket science, but it'll be a bit of work. Here is a detailed article on how to do it.

Justin du Coeur
  • 2,699
  • 1
  • 14
  • 19