Skip to main content

Questions tagged [js]

0 votes
1 answer
43 views

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 ...
John's user avatar
  • 1
0 votes
4 answers
493 views

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): ...
friday_james's user avatar
2 votes
2 answers
751 views

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 ...
Tom Perkins's user avatar
0 votes
1 answer
92 views

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....
Amit Kumar's user avatar
0 votes
1 answer
202 views

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: '*', ...
IMWDS's user avatar
  • 43
2 votes
2 answers
112 views

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 ...
Jean St-Amand's user avatar