Forum Discussion
Muesli
Advocate I
8 years agohow to add jQuery and bootstrap javascript?
Hello, i want to create some buttons and a dropdown menu with bootstrap and jquery, but how can i add them to my visual? cause when add the files to my pbiviz file and run the code, i am getting...
- 8 years ago
thanks but this didnt work for me. i still got a error after doing that.
I got it working with installing jquery with "typings install --save --global jquery" instead of "npm install @types/[email protected] --save"i just needed to referrenc the .d.ts file inside typings and i got it working.
v-chuncz-msft
Community Support
8 years ago
You may check the solution below.
https://community.powerbi.com/t5/Developer/Custom-visual-jquery-and-other-js/td-p/155443
- Muesli8 years ago
Advocate I
thanks but this didnt work for me. i still got a error after doing that.
I got it working with installing jquery with "typings install --save --global jquery" instead of "npm install @types/[email protected] --save"i just needed to referrenc the .d.ts file inside typings and i got it working.