I need to show a tooltip for a list field. Since, the field description can be seen by only users with edit permissions, i need to show the description of the field as tooltip for all read-only users of the list.
Please help me on this.
|
I need to show a tooltip for a list field. Since, the field description can be seen by only users with edit permissions, i need to show the description of the field as tooltip for all read-only users of the list. Please help me on this. |
|||
|
|
|
Adding to Anderson's suggestion, you don't need to "install jQuery" on your server. You can use CEWP and Google CDN for jQuery, if possible. Here is a code for adding jQuery in your sharepoint page without having it installed/copied on your server.
After this, you can add jQuery magic to display the details. |
|||
|
|
|
I think that jQuery might be a good tool for this. Are you talking about a List View Web Part (LVWP) or some other type of Web Part? On a view page or some other page? |
|||||||||||
|