javascript - Electron $(...).selectpicker is not a function -
i need help. i've been stuck problem 2 days.
i'm building application electron (by atom) , use bootstrap-select. when launch app error rises if function in question has not been called yet:
uncaught typeerror: $(...).selectpicker not function do know how fix that?
i solved problem. seems using
require('bootstrap-select'); to include library doesn't work properly, instead, downloaded bootstrap-select library , imported manually in html file.
Comments
Post a Comment