issues
search
enginkizil
/
FeedEk
FeedEk jQuery RSS/ATOM Feed Plugin
https://jquery-plugins.net/FeedEk/FeedEk.html
MIT License
207
stars
107
forks
source link
Sort feed items, moment.locale() instead of moment.lang()
#45
Open
mplattu
opened
8 years ago
mplattu
commented
8 years ago
Sort items by publish date or title in ascending/descending order
Needed the sort feature in my own project
Noticed that YQL supports sorting (
https://developer.yahoo.com/yql/guide/select.html
, see functions)
Use moment.locale() instead of moment.lang(), which is deprecate
moment complains to the browser log that moment.lang() is deprecated and should be replaced by moment.locale()
Sort items by publish date or title in ascending/descending order
Use moment.locale() instead of moment.lang(), which is deprecate