{name:'Second section',fields:['Column_x0020_2', 'Column_x0020_3'],mouseOver:'This is the second section',sectionStyle:",clickFunction: ’secondSectionClick(this)’}],settings:{bgColor: '#8EB4E8',hoverColor: '#FFF68F',selectedColor: '#C6E2FF',formBgColor: '#C6E2FF'},clickFunctionShared: ’clickFunctionShared(this)’};
What is syntax error in this? I am trying to build accordian for sharepoint list. Please help
sectionStyleis missing a quote, messing up the entire object so it's just a big syntax error, which you would have seen had you formatted your code properly.