Once again I came across a strange issue on one of our client’s websites. Their website is being placed in the iFrame on different other websites – because they provide…
Category: Javascript
The masonry type layouts are gaining popularity from the time when Pinterest started to be a well-known inspirational website. Using the modern CSS we can create such a layout –…
My use case for the thing in a topic is: how to store the table sort order between the table view and edit item pages. Every time my clients are…
I don’t always want to display the whole text somewhere on my page. You know it – long descriptions, flowery statements. On the other hand, there is a lot of…
The issue I want to address today is not only related to the document.querySelectorAll but also to the range of DOM related functions such as document.getElementByClassName or in general document.getElementBy[…].…