HiAs mentioned by Praveen, components are modules, they can have their
own JS and CSS.So to implement CSS/JS only to the component,Add CSS and
JQuery files to a CQ:ClientLibraryFolder nodeYou add a CSS file and a
JQuery framework file to a cq:ClientLibraryFolder node to define the
style of the client JSP. The JQuery framework file that is added is
named jquery-1.6.3.min.js.To add CSS files and the JQuery framework to
your component, add acq:ClientLibraryFolder node to your component.
After you c...