Posts

Showing posts from December, 2011

SharePoint 2010 JQuery Slideshow with image fade

Image
1. Download the following Javascript http://www.sendspace.com/file/b0jujl 2. Upload those(Jquery.js and jquery.innerfade.js) to your SharePoint site any document library 3. Copy the URL of each Javascript files 4. select the appropriate Image files and upload them in to another image library of your SharePoint site 4. Now go to your SharePoint site home page and add  Content Editor  web-part 5. Then click  Edit Web-part  in the down arrow in right side and click  Edit HTML  in menu bar 6. Add following scripts in to HTML body of the web-part ( replace red color parts appropriately with the URLs of JavaScript s and URLs of Images ) ========================================== <script src=" /SiteCollectionDocuments/js/jquery.js " type="text/javascript"></script> <script src=" /SiteCollectionDocuments/js/jquery.innerfade.js " type="text/javascript"> </script>