Skip to main content

All Questions

0 votes
1 answer
225 views

Why does Electron page not directly load JQuery? [duplicate]

Recently, I want to write a application with electron and bootstrap. I use the snippet on the get started page of bootstrap. Just like the below. <!doctype html> <html lang="en"> <...
Lin Yun Wen's user avatar
0 votes
1 answer
1k views

Bootstrap Tooltip Functionality in Electron

I am using Bootstrap with Electron, and I'm trying to use the included tooltip functionality. When I run the page as a 'traditional' web page, the tooltip works (using Chrome). When I run it in ...
tmptplayer's user avatar
-3 votes
1 answer
616 views

Bootstrap doesn't detect JQuery unless I import it from url

<script src="js/jquery.min.js" charset="utf-8"></script> <script src="js/bootstrap/bootstrap.js" charset="utf-8"></script> <script src="https://ajax.googleapis.com/ajax/...
Eduardo Gomez's user avatar
0 votes
1 answer
1k views

Electron Layout With Bootstrap 4 Grid Problem

I am using bootstrap 4 grid to create electron layout and success to create what I want, but I have problem when I fill each grid with data, it comes messy. I am using this approach for create my ...
biladina's user avatar
  • 147
2 votes
1 answer
165 views

Electron Dialog closing refreshes my current page

I have an electron app. It uses Bootstrap v4, Electron v2 amongst some other node modules. I have a button which opens an electron dialog, the user selects a folder, and at this point, my ...
RenegadeAndy's user avatar
  • 5,624
0 votes
1 answer
861 views

Bootstrap "tabs" and "navbar" is not working in electron

I am Loading bootstrap by <script> let $ = require('jquery') ; </script> <script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script> &...
Shubham Malik's user avatar
0 votes
3 answers
2k views

Uncaught TypeError with Bootstrap and Angular

I've been trying to add Bootstrap <link> and <script> tags to my HTML in an Angular project. I get all the CDN from here but I get the following error Uncaught TypeError: Cannot read ...
chris's user avatar
  • 2,690
2 votes
4 answers
6k views

Bootstrap 4 .sticky-top changes to thead

since a few days .sticky-top class does not work anymore on thead tags. Last Week it just worked perfectly, now I came back and tried few things on my App and it stopped working. Anyone got an idea ...
Dominic M.'s user avatar