Skip to content

If database entry null, do not display div

I have a database with option1, option2, option3, option4, option5 as columns. Options 1-3 have data entered, however, options 4-5 are NULL. How can I set it so that a div is NOT displayed if option …

Laravel 5.4 + jScroll.js not working

I’m trying to implement an infinite scrolling based on this tutorial. Couldn’t be simpler, right? well… It’s not working. This is my code here: In the route file (I didn’t put it in a controller …