hi, could you (regarding your music shrine) advise me on how you were able to get content to load in two divs after clicking one button/link? i'm tryna do something similar on my music page - thank you <3
hi! it doesnt really load content into two divs, it loads a whole different div each time you click a button that has the exact same structure as the other ones. so it looks like only the content has changed but it's just swapping one div for another. idk if that was ur question or if u wanted to know how i made something appear when clicking a button lol (the answer is javascript))
thank you - i think i've got an idea of how the javascript should work! so, what i was talking about was the album buttons that are on the top bar, which when clicked, fill in a div with an album cover + genres, and then fill in the other div with your notes on the album. i was not super clear before my bad LOL!! :3
ohh so then i replied ur question in my first reply!! i am making one big div dissappear when u click a button (the one containing the two divs u mention) and another one w the same structure appears in its place.
hi! it doesnt really load content into two divs, it loads a whole different div each time you click a button that has the exact same structure as the other ones. so it looks like only the content has changed but it's just swapping one div for another. idk if that was ur question or if u wanted to know how i made something appear when clicking a button lol (the answer is javascript))
thank you - i think i've got an idea of how the javascript should work! so, what i was talking about was the album buttons that are on the top bar, which when clicked, fill in a div with an album cover + genres, and then fill in the other div with your notes on the album. i was not super clear before my bad LOL!! :3
ohh so then i replied ur question in my first reply!! i am making one big div dissappear when u click a button (the one containing the two divs u mention) and another one w the same structure appears in its place.
ooooh thank you, that is very helpful! i appreciate your pointers, i'm gonna work on this for a while ;U;