Toggle element with class
Page 1 of 1
Interinactive
VIP Member



Posts: 29464

PostPosted: Tue, 4th Nov 2014 13:39    Post subject: Toggle element with class
This used to be a lot easier before .toggle() was deprecated...

This is for the new Hump, but I can't get a hold of any of the JS heads.

Code:
$('.spoiler a.btnsmall').click(function(event) {
            event.preventDefault();
            $(this).parent().find(".hiddenpost").css("display", "block");
        });


So when a spoiler icon is clicked, it reveals the post. I can hide it again when it's clicked again by setting a boolean, but that's not the issue. The issue is because it's referencing the same variable/boolean throughout the page, the true/false is going to get all messed up if you show one spoiler and then try to show another on the same page.

Any takers?
Back to top
Interinactive
VIP Member



Posts: 29464

PostPosted: Tue, 4th Nov 2014 13:46    Post subject:
⁢⁢


Last edited by Interinactive on Tue, 5th Oct 2021 01:35; edited 1 time in total
Back to top
Interinactive
VIP Member



Posts: 29464

PostPosted: Tue, 4th Nov 2014 13:47    Post subject:
⁢⁢


Last edited by Interinactive on Tue, 5th Oct 2021 01:35; edited 1 time in total
Back to top
Interinactive
VIP Member



Posts: 29464

PostPosted: Tue, 4th Nov 2014 13:54    Post subject:
⁢⁢


Last edited by Interinactive on Tue, 5th Oct 2021 01:35; edited 1 time in total
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Tue, 4th Nov 2014 14:03    Post subject:
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Tue, 4th Nov 2014 16:22    Post subject:
Nooooooooooooooooooo!!! Missed some KNUDDELS! (yeah, that's the german word Laughing)


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Programmers Corner
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group