Skip to main content

All Questions

Tagged with
0 votes
2 answers
120 views

Error when Loading js file in HTML. HTML unable to load my js file

I tried loading js code in html but no js functionality is reflected in my code. here is my html snippet <!DOCTYPE html> <html> <head> Point Of Sale <link href="css/...
HARRISON KURIA's user avatar
0 votes
0 answers
51 views

jQuery is not defined, even thought it clearly is [duplicate]

Here is the error message from the browser console: Uncaught ReferenceError: jQuery is not defined at code.js:6:1 I just have a simple function utilizing jQuery, which I have put into the document....
Tom Freelance's user avatar
0 votes
1 answer
112 views

Issue with Electron

I just start developing and app using electron. I have an issue when I attempt to export a function. Basically I have my utils.js file that contains common function used across all the code and I am ...
guillaume's user avatar
0 votes
0 answers
225 views

Dropdown not working the second time when clicked using dom

I have made a navigation tab with buttons, and a side-button which displays a list of files when I click the nav button. Visual representation: check1 check2 check3 dropdown (assuming check1 is ...
Mrinal Mathur's user avatar
1 vote
1 answer
758 views

Jquery always returns "jQuery.fn.init [global]" .i cant select elements

As you can see in the wifi.js file there is a click function for table rows. It looks fine I think. It is a very simple console.log the clicked row, right? Unfortunately, I won't work like I expect it ...
absolutzer0's user avatar
0 votes
0 answers
29 views

Loading navbar using Jquery doesnt work with electron

I have used this piece of code on my website for quickly adding the navbar to all of my pages. <!-- navbar--> <div id="nav-placeholder"> </div> <script> $(function(){ ...
Victor Gunnarsson's user avatar
0 votes
1 answer
583 views

Semantic-ui Tabular Menu not working as expected

Hy, i'm trying to build an Electron app that uses Semantic UI. At the moment, i'm trying to implement a tabular menu as shown in the basic tab example, and this is the behavior i'm trying to implement:...
Daniel Dantas's user avatar
0 votes
0 answers
99 views

jQuery only work in index.html at some point

the Case: Electron Application which loads index.html first. i have a javascript file with a jquery function that instert data in a DB with sequelize (ID insert): const $ = require('jquery'); const { ...
MΛRTIN N's user avatar
  • 123
0 votes
0 answers
96 views

jQuery load html with scripts

I've built a super simple app in Electron, I have a nav in index.html and loading content with jQuery .load The guy I've been building this with wanted to keep it really simple with html and his ...
Paddy Winsley's user avatar
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
-3 votes
1 answer
1k views

Creating A file Manager tree

I'm making an electron app (html/css/js/nodejs) and I'm doing pretty good right now,so I wanted to create a 'Tree file manager' which is an important feature in most of the concept of my app's type. I ...
Valka's user avatar
  • 11
1 vote
2 answers
5k views

JQuery not working with electron framework

I'm trying to using jquery with electron framework using electron fiddle. However jquery seems not working properly and animation are not executed. The example is the following: https://www.w3schools....
Virgula's user avatar
  • 318
3 votes
1 answer
740 views

electron error; jQuery must be included before Bootstrap's JavaScript (it is)

Hello I have an electron app with this html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Hello World!</title> <meta http-equiv="...
Martin's user avatar
  • 1,598
0 votes
1 answer
683 views

Open a new window on click of button in electron

I am new to electron and other front-end technologies. I am trying to implement a desktop app using electron. In this app on clicking a button a new window should open. The main window is opening ...
Priyanshu Yadav's user avatar
0 votes
2 answers
67 views

jQuery integration in electron

I would like to integrate jQuery in my electron project, I need it because I need this code to run $('#link').on('submit', function (e) { e.preventDefault(); let $form = $(this), $select = $...
YEETter 23414323424's user avatar

15 30 50 per page
1
2 3 4 5