Image Tool tips in SharePoint using jQuery

Here is my requirement: when I mouse over an image, I should get a tool tip with screenshot for easy usage. Here is how I’ve done this using J-Query: Download the jQuery files and upload them into a document library, from here: https://plugins.jquery.com/files/dimensions-1.1.2.zip https://jquery-very-simple-tooltip.googlecode.com/files/jquery.tooltip_v3.2.2.zip (Update: Looks this link is unavailable! Use: https://www.jqueryscript.net/tooltip/Easy-Tooltip-Image-Preview-Plugin-with-jQuery.html)…

Read more

Image Slideshow in SharePoint CEWP with Javascript and jQuery

Note: This is a image slider implementation. If  you are looking for Rotating Banner for SharePoint using jQuery, see my post: Rotating Banner for SharePoint using jQuery Upload the images and add the CEWP, then paste the below Code: Image Slider for SharePoint using jQuery: Another nice way to get the nice…

Read more

How to Adjust Column Width in SharePoint List View?

Requirement: Adjust SharePoint column width in list view. To change column width in SharePoint, There are two options: Set column width using SharePoint Designer Change SharePoint column width using jQuery, as below: To set width of column in SharePoint 2007, place the below code in CEWP, place it below list view web…

Read more