I am using three different js plugins for three functions 1. Slide show 2. Smooth Scroll (to a id or a link inside the page) 3. Photo pop-up similar to light box
I used the following
*jQuery.noConflict()(function(){
// code using jQuery
});
// other code using $ as an alias to the other library*
Help me out to add the third function
