First off, my disclaimer is that I'm new to Composite and am still feeling it out so I'm still learning the ropes of it.
My situation is that I'm trying to implement tabs in a content page to display product information without the page being a mile long. The jQuery tabs option does what I want but I'm not able to get it working.
What I've tried is to add the call to the required scripts in the common.master page template to make them available across all pages but when trying to implement the tabs themselves, the output I'm getting is just a generic list reflected from the HTML used to populate the tab labels and content.
I've tried adding the script references in the content page itself between the <head> tags but this isn't working either. Other jQuery functions I've used work as they should - just not this one.
Any ideas as to what I'm doing wrong?
My situation is that I'm trying to implement tabs in a content page to display product information without the page being a mile long. The jQuery tabs option does what I want but I'm not able to get it working.
What I've tried is to add the call to the required scripts in the common.master page template to make them available across all pages but when trying to implement the tabs themselves, the output I'm getting is just a generic list reflected from the HTML used to populate the tab labels and content.
I've tried adding the script references in the content page itself between the <head> tags but this isn't working either. Other jQuery functions I've used work as they should - just not this one.
Any ideas as to what I'm doing wrong?