Questions tagged [js]
The js tag has no summary.
6 questions
0
votes
1
answer
43
views
Minifying Cartthrob /store/cart.js
I am using Cart Throb and I am just wondering what is the best way to minify the /store/cart.js file obviously this has some expression engine templating within this file so when I use my normal ...
0
votes
4
answers
493
views
ExpressionEngine Control Panel SSL HTTPS Issue
I have an issue with the HTTPS header for the ExpressionEngine control panel where the JS is being disabled. It keeps generating error messages where HTTP is being loaded over HTTPS (see below):
...
2
votes
2
answers
751
views
How to minify HTML, CSS & JS in ExpressionEngine 3?
With the increasing relevance of website performance on mobile (see Google's upcoming mobile-first index for example) I'm looking for a way to minify the HTML that EE outputs.
I know that there's ...
0
votes
1
answer
92
views
How to update record using angular post?
I am trying to update record by angular post, below is code:
$.post(url, data, function (result) {
var error = false;
if (result.success == 1 && (result....
0
votes
1
answer
202
views
Include CSS file in JS
I have a problem with url in js file
First, in Snippets i have code
In that init.js i have that
(function($) {
skel.init({
reset: 'full',
breakpoints: {
global: { range: '*', ...
2
votes
2
answers
112
views
Minimee CSS tags produce output while JS tags do not
Has anyone ever encountered a situation in which the Minimee tag pair (using version 2.1.10) correctly outputs a minified CSS file to the cache directory, but the JS tag pair simply has no effect at ...