Skip to content

How can I get SplittingJS to work on two different elements?

Okay so I’m trying to get two separate divs to have a Splitting.js effect when hovering a parent element to both of the divs. The problem is it’s only applying to the first div, not both. Because of the way this code is being used, it’s not possible to put the text into just one div – …

Make jQuery code run on page-change and load

I have a jquery code that inserts and prepends breadcrumbs on certain pages. I’m injecting this code through a third party tool where I can write JS. I only want these breadcrumbs for certain pages. This was my original code that worked fine on desktop: On mobile it didn’t load after changing cate…

How to create a file inside a folder?

I have and when try to create res2.fcs file with following above path it shows gives me error, why it is not creating the folder structure? code: error: Answer you’re passing file path to .mkdir instead of folder, so you should first create a folder, and then write the file (as you’re creating a f…