SharePoint – JQuery

Problem – The need to display webparts or summarys from webparts and want to be able to dynamically change the background color, text color, ordering of items. 

Here is my solution.  To complete this I used a SharePoint list as a “Controller” (dataview web part), and a Content Editor Web Part(to render the results from the dataview).

Add a dataview to the  page, you can set the columns of data that you want to display.  Please note that you also have to display the properties of columns that you want to manipulate.

Here is the link to the code for rendoring of the slider tab.

http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_slide_toggle

Enjoy!!

Leave a comment