Quote:
Originally Posted by m3lek
I have Arabic Forum, can you help me in the opposite direction from right to left
With many thanks for your nice job.
|
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variables:
Code:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: false,
feedUrl: '',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
controls: true,
titleText: 'المواضيع الأخيرة',
direction: 'rtl',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);