Steveo
Steveo
I have this function on my site - [LBRYnomics](https://lbrynomics.com) - inside the table header, to search the rows. ```js jQuery(function($){ $("#LNSearch").on('keydown',function(){ var s=$(this).val().toLowerCase(); if(s!==''){ $('.ln-row').hide(); $('.ln-row[lbrychannels*='+s+']').show(); } else { $('.ln-row').show();...
Use lazyload instead of page pagination for a smoother user experience. As seen on [IMGUR](https://imgur.com/)
Re: [handlebarsHelpers.js](https://github.com/lbryio/spee.ch/blob/master/helpers/handlebarsHelpers.js) - **Google Analytics** The **Google Analytics** (GA) code is best being removed and replaced with **Google Tag Manager** (GTM). [Google Tag Manager](https://tagmanager.google.com/) **Google Tag Manager** acts as a...
There is no API page, so I've removed this part to avoid confusion.