Skip to main content

Questions tagged [javascript]

Filter by
Sorted by
Tagged with
0 votes
0 answers
730 views

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 ...
Amy's user avatar
  • 1
1 vote
1 answer
95 views

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 ...
JHeine's user avatar
  • 11
0 votes
1 answer
310 views

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 ...
Shayne's user avatar
  • 317
0 votes
1 answer
316 views

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 ...
SeaEdAssociation's user avatar
1 vote
0 answers
51 views

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 ...
accalton's user avatar
  • 111
0 votes
1 answer
83 views

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 ...
Trevor Orr's user avatar
0 votes
0 answers
62 views

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. ...
Linda Antonsson's user avatar
0 votes
1 answer
203 views

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 ...
hlp's user avatar
  • 101
0 votes
1 answer
76 views

I have code that looks like <label class="city"></label> that uses javascript to indicate the selected city. So when "Anchorage" for example is selected from a dropdown at the top of ...
Geoff's user avatar
  • 27
0 votes
1 answer
89 views

I am new to web development. I have familiarity with CSS/HTML/Wordpress and Expression Engine Content Management system. I want to be a well rounded professional web developer desperately, and trust ...
Greg's user avatar
  • 83
2 votes
1 answer
2k views

I'd like to run multiple flexsliders on a page, but in JS, there's only a reference to #carousel and #slider tags. I can use {count} or some other variable next to id to create a unique id, but not ...
frshjb373's user avatar
  • 273
1 vote
0 answers
325 views

I have some javascript in a template and when I try to use template variables inside the ... tags, the template variables are not parsing. All other template vars on the page are parsing as ...
kambythet's user avatar
  • 113
0 votes
1 answer
2k views

I am trying to embed a Facebook video in an EE channel entry. I find that when the entry field is formatted as either Markdown or XHTML EE is rewriting part of the javascript in a way that makes the ...
AllInOne's user avatar
  • 1,079
0 votes
1 answer
220 views

$(document).ready(function () { $.ajax({ type: "POST", url: "/ajax/customcss", data: {channel: currentChannel}, }) .done(function( data ) { var jsonObj= JSON.parse(data); ...
The Hawk's user avatar
  • 101
0 votes
1 answer
382 views

I'm using the AJAX form example for Freeform Pro as described here; https://solspace.com/docs/freeform/form/#ajax_validation However, the error messages are not very useful and simply say "Required ...
doubleplusgood's user avatar
0 votes
2 answers
218 views

I'd like to use something similar to a switch or plugin like Grouper with category_archive, to wrap a <ul> around every 6 <li>, but I don't see anything that works. Is jQuery the best way ...
frshjb373's user avatar
  • 273
0 votes
2 answers
261 views

I have Derek Hogue's solution to infinite scroll working, with magicspon's fix for the issue of preventDefault being ignored: Infinite scroll and pagination on ee?? Anyone has this working? This ...
user2265915's user avatar
4 votes
1 answer
718 views

I'm currently running ExpressionEngine v2.10.1. Two plugins currently throw the same error. Seems like something has been depreciated / is broken. The two plugins are: Campaigner 4.5.0 Charge 1.9.2 ...
Franz's user avatar
  • 296
0 votes
2 answers
430 views

Is there any way to disable the New Relic script tag from being output in a single template? EllisLab's docs say you can disable it via the control panel overall, but I really need it removed just ...
Travis Smith's user avatar
0 votes
1 answer
136 views

Been building a new form with Expression Engine 2.9.2, however when trying to use the datepicker, it seems to be using a very old version of JQuery UI, so old that it only actually functions at all in ...
Drenzul's user avatar
  • 41
4 votes
1 answer
1k views

I'm trying to use this script to AJAX load paginated entries in EE. There may be a far simpler way to do it though. This script works, but replaces the current 10 entries with the next 10 entries, ...
doubleplusgood's user avatar
1 vote
3 answers
2k views

I have the following in a Zoo Visitor Update form: <label class="control-label" for="member_photo">Performer / Band Photo</label> <input type="hidden" name="member_photo[]" value="...
Damien Buckley's user avatar
0 votes
1 answer
92 views

I have a freeform pro form that is using a piece of javascript to provide a progress indicator once a form is submitted. Idea is seen here: http://tympanus.net/Development/ProgressButtonStyles/ ...
MicahKohne's user avatar
0 votes
1 answer
2k views

I have a listing of staff member that I want to have a link that pops up a bio via fancybox. I have no problem getting this to work using static id's, but when I try to do it dynamically via a custom ...
Steve Eller's user avatar
0 votes
1 answer
169 views

Using FreeForm Pro. I have a 2 page multipage form set up. On the first page users insert their address details. On the second page of the form I want to have a check box and if the user checks the ...
Erbert's user avatar
  • 301