Questions tagged [javascript]
The javascript tag has no summary.
137 questions
0
votes
0
answers
730
views
TypeError: form is null
I'm using v5.4.1 Expression Engine. I have a form that will take a user's email input and compare it to the user's email to see if they match. So far I have the form set up and some Javascript on top ...
0
votes
2
answers
100
views
How can I get EE to showing new programatically created entries immediately away after creation?
I have an EE (5.2.6) system to which I am adding new entries programmatically: the new entries are created during an AJAX call to an EE template that creates the new entries using php / EE Model via ...
1
vote
1
answer
107
views
Admin Javascript not loading certain scripts
It appears that something has changed in the last two weeks that is not allowing the admin javascript to load when updating or creating entries of specific channels because of the field types ...
0
votes
2
answers
375
views
Fresh EE 5.5.2 Install, Javascript Error That Breaks The Admin Control Panel: Please Help!
This is related to another question I asked earlier but the problem is not caused by what I thought.
I did a fresh install of EE on a different server and I'm getting the same js error of Uncaught ...
0
votes
1
answer
315
views
Error in Control Panel Channel Entries Pages: "EE.grid is not a function"
Using EE 5.2.1
I've been working with a custom module for the last few days and haven't been in the control panel so I'm not sure when this problem started but I think it has to do with me making a ...
0
votes
1
answer
98
views
Using DataTables to query a set amount of records, not all records
I have a webpage that utilizes Expression Engine for it's backend. One of the pages is taking 3-5 seconds to load because it is querying for all records in a channel and displaying them in a Datatable ...
0
votes
1
answer
318
views
Javascript for scrolling calendar
I'm trying to implement this:
https://www.viget.com/articles/building-an-expressionengine-mini-calendar-scroller/
However comments are closed and the contact link goes to an agency. Help! I'm clearly ...
3
votes
3
answers
361
views
How do I install a custom javascript on all pages before the </body> tag?
I'm very new to ExpressionEngine and I couldn't find a similar question already posed. I have some javascript that I need to add to every single page. What's the best way to accomplish this?
OR
Is ...
1
vote
0
answers
51
views
URL Title Ajax Validation
I'm running an install of EE v3.5.14 and I'm trying to replicate some of the functionality of the old "Title Master" add-on, but I'm hitting a snag.
I've got my extension to hook to the ...
0
votes
1
answer
82
views
Unable to pick a few elements after migrating
I have recently cloned my ExpressionEngine CMS (2.3) website to a new VPS with Plesk as its control panel.
For cloning, I copied all my files and imported the database from existing website into the ...
0
votes
1
answer
88
views
issue with cp_js_end not running on multiple extensions
I created 2 little extensions for EE 3.5.11 that use the hook cp_js_end and they add JavaScript to each page in the control panel. The problem is that once one runs the other one does not, any idea ...
0
votes
2
answers
107
views
jQuery CDN and Expression Engine?
We're currently copying the site we developed locally to ExpressionEngine and we are calling all our external libraries via CDN (no server access to upload modules etc). Our jQuery isn't working, ...
0
votes
0
answers
76
views
Including a javascript ad within an entry?
Is there any way to add a javascript within an EE entry? I wanted to use one of the new Amazon affiliate ads within a post to easily be able to present a selection of products specific to that post. ...
0
votes
2
answers
126
views
Create A Javascript Array from a Channel
Basically I need a javascript array built from a channel, but as we all know curly braces can be an issue, I was just wondering if there is a way to make a javascript array in an EE template. ...
0
votes
1
answer
205
views
Where can I find the HTML, CSS, and JavaScript files in my dashboard?
Hello ExpressionEngine community,
My available options in the bar along the top when I log in are:
Content
Members
Site Control
New Entry
Edit Entry
Home
My best guess was "Edit Entry", but I get a ...