Dear all,
I am coding a web form which contains a drop down menu. I would like to use bootstrap-select. I install the following packages into my VS2013 project thru NuGet.
bootstrap-select v.1.6.2
bootstrap v.3.0.0
jQuery v.2.1.1
jQuery.UI.Combined v.1.11.1
When I run the application and enable the selectpicker ($'.selectpicker').selectpicker();), VS2013 shows an error 0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'selectpicker'.
Can anyone advise me how to fix the error?
Thank you.
Best regards,
Tom
Go to the complete details ...