risq / jquery-advanced-news-ticker

(deprecated) - A powerful, flexible and animated vertical news ticker plugin for JQuery.
http://risq.github.io/jquery-advanced-news-ticker
GNU General Public License v2.0
297 stars 104 forks source link

Some tage in content box are not displayed at the correct place #34

Open lenamtl opened 8 years ago

lenamtl commented 8 years ago

Hi,

I'm using tinymce as text editor.

I got some issue with span in content so I will I prevent user to enter span in content to not break the display, which other htlm tag should I avoid?

I got issue with ahref and fixed it by tinymce settings

In both case the content are displayed in the title box instead of the content box.

I'm using this code

$(function() {
$('#nt-example2-infos .infos-hour').html($('#nt-example2 li:first span').html());
$('#nt-example2-infos .infos-text').html($('#nt-example2 li:first').data('infos'));
});