(تم الاستبدال) شرح مكون إضافي #3 - كيفية إضافة زر بعد كل منشور؟

Change the following line:

buffer.push('<i class="icon-chevron-' + direction + '"></i>');

to…

buffer.push('<i class="fa fa-chevron-' + direction + '"></i>');

and this plugin works great!

إعجابَين (2)