Jquery – 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/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="css/core.css" rel="stylesheet" type="text/css" /> <link href="css/components.css"…