Hi Guys,
I am just starting to plug in some jquery into CEWP to enhance my sharepoint sites. I have one page where I want to add two CEWP that use jquery/javascript. I have tested the CEWP individually and they work find however when they are on the same page I run into some sort of conflict where the second one prevents the first from executing.
I have ensured that there are no conflicting function names or variable names and checked that they are both using the same version of jquery.
They both execute using:
ExecuteOrDelayUntilScriptLoaded(myUniqueFunction, "sp.js");
I hope you can show me the error of my ways as this is driving me crazy.
Thanks