Forum Replies Created
-
AuthorPosts
-
Updated to SPJS-casc version 3.6.7 and all is good, sorry for the flurry of messages.
As a follow-up, if i revert back to the previous version 3.525, the dropdowns works as configured, but then the backend breaks….
I also was receiving the error message above, but when adding the link to the new jquery, i recieve the following message.
jquery-1.11.3.min.js:5 Uncaught TypeError: $(…).filterNode is not a function
(anonymous function) @ /SPJS/DFFS/plugins/spjs-utility.js:379
j @ jquery-1.11.3.min.js:2
fireWith @ jquery-1.11.3.min.js:2
x @ jquery-1.11.3.min.js:5
b @ jquery-1.11.3.min.js:5
send @ jquery-1.11.3.min.js:5
ajax @ jquery-1.11.3.min.js:5
wrapSoap @ /SPJS/DFFS/plugins/spjs-utility.js:469
queryItemsThrottled @ /SPJS/DFFS/plugins/spjs-utility.js:377
getAllItems @ /SPJS/DFFS/plugins/spjs-casc.js:601
init @ /SPJS/DFFS/plugins/spjs-casc.js:116
(anonymous function) @ VM9311:1
each @ jquery-1.11.3.min.js:2
applyRules @ VM9311:1
(anonymous function) @ VM9311:1
j @ jquery-1.11.3.min.js:2
add @ jquery-1.11.3.min.js:2
m.fn.ready @ jquery-1.11.3.min.js:2
(anonymous function) @ VM9311:1I can’t get cascading dropdown to work at all.
Ok, well I have added to other lists with my custom code without issue, but turns out that I was loading jquery as below after you load jquery, thus causing a versioning issue.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
For reference, attached was the error I was receiving. Removed my reference to jquery and all is well.
Thanks for the prompt response.
Aaron
Attachments:
I am installing onto a list that has never had DFFS installed before. The CEWP has my own code on it and is unrelated to DFFS. I hadn’t installed Disp and Edit as NewForm wasn’t working yet. Do all need to be installed to work?
Can you tell me what function is called when clicking an accordion heading? I’ll gladly write the necessary code to address multiple sections being expanded.
Can you assist with the necessary js call to manually expand desired sections of accordion? For example, if I have 6 headings in one tab, and want sections 2, 4, and 6 to be expanded by default. Is there a js function I can call to achieve?
Thanks!
-
AuthorPosts