-1

I have been searching for a Vertical Text Slider OR Vertical News Ticker, exactly like this one: http://www.tradekey.com/ (scrolling the latest buy/sell offers in the middle)

I found few tickers but I still can't figure out how do I make it to get data from one specific MySQL table & display them randomly.

Someone point me to right direction or provide me any link where I can found any easy to configure news ticker.

UPDATE-171212: Well I checked the ajax folder, there are some files getting user info from db. But it always displays the country info from the member profile, by ignoring what is mentioned in the "buying/selling lead" info. its using $country, & its same in both member profile info table & buying/selling leads table. What if I want it to pick from buy/sell leads, & if no country is mentioned then get country data from member profile. For Example: http://www.tradeglobus.com (import export trade leads in the middle) I have to correct country info issue in this one.

4

1 に答える 1

0

表示したい項目のリストを更新するためにsetInterval混合を調べます。AJAX次にJquery、ティッカー効果を追加します。


詳しくは、DB からアイテムをフェッチするファイルを作成します。次に、ajax リクエストを使用して、そのリストを定期的に取得します。tickerそこから、リストをフォームに表示するには、Jquery プラグインまたは同等のものが必要です。

于 2012-12-15T06:05:08.033 に答える