Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to implement news ticker using jquery in CQWP,

Here I created one site(News) under this I created some Article pages.
using CQWP I am trying to fetch the Title of those Article pages.
And scroll as a News Ticker using the following Jquery



http://www.mioplanet.com/rsc/newsticker_javascript.htm


even I googled a lot but unable to find the proper way to get work this jquery in CQWP


Any help regarding this will be appreciated.


Thanks in Advance.

Raju
Posted
Updated 5-Dec-11 22:49pm
v2

1 solution

You won't be able to get this to work in the CQWP. The CQWP will format the results using a DataList whereas you want a single scrolling line. Your best bet would be to create a custom webpart, perhaps derived from CQWP and implement the rendering as you wish.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900