Hi,
I'd like to use this news ticker code
http://risq.github.io/jquery-advanced-news-ticker/
Check the second example called: ONE LINE TICKER WITH CALLBACKS & METHODS EXAMPLE
This going to display news data (text only) from the database MySql
The problem I'm having is that the data will contain html code and special caracters.
When the text is placed into data-infos=" "
This don't render html code
When the data appear into the <div class="infos-text"> area there is no problem
Only the first item use this
So I'm looking so a solution
Any clue?