简体   繁体   中英

Select, hyperlinks and imported templates not working after file restructuring?

I am using jQuery to import universal template files into certain parts of my page. Everything was working perfectly until I organized my filing structure differently. Now along with the header, my SELECT dropdown isn't working, and half of my regular hyperlinks cannot be followed even though VSCode auto-filled them in so I know I have rewritten the new paths correctly.

Everything seems to be exactly where it should be in the code, yet random parts don't appear or cannot be clicked anymore. I feel like I just turned months worth of work into shambles and I'm not sure how to fix it!

One of my biggest issues at this point is that I have never seen a good, in-depth explanation on file structuring and what is or isn't allowed.

Are there rules in place that don't allow a reference to certain types of files unless they are stored in the same folder?

Double check all your z-index settings on hyperlinks, select functions or other areas in which you are able to view but seem unable to click.

I discovered that somewhere in the process of making changes on my project, I accidentally managed to get an invisible element overlaying certain features, inhibiting me from activating them, even though I could see them.

ALSO NOTE: just because you have a z-index set to a high level on an element it still might be being overrode by its parent element's z-index being undeclared, or at some lower setting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM