jQuery-News-Ticker icon indicating copy to clipboard operation
jQuery-News-Ticker copied to clipboard

An easy to use, slick and flexible news ticker plugin for jQuery.

Results 11 jQuery-News-Ticker issues
Sort by recently updated
recently updated
newest added

Fix JQUERY live() is deprecated in new jquery

New options: * `feedType: 'json'` * `jsonType: 'array', 'object'` * `jsonObjKey: string matching which key you want to return from the object` * `order: 'sequential', 'random'` * `offset: number of...

…ith hidden widget which is shown once data is loaded.

… opts : newsContentModiffier: function(part) {return part+" read more "}

Updating the code to remove deprecated method

`live()` function is deprecated in latest JQuery versions. It is replaced with `on` function.

.live has been deprecated so I replaced the single use case with .on not changing any other functionality. Thanks

Option to add an url to the titleText. Use:    urlText: 'http://whatever'

If a user wants to add padding-left to ticker without ticker-title this should be set in their css.

I added two types of AJAX inputs. delineated and JSON. Use should be pretty clear by the two included examples. Please let me know if you need anything more.