inherit
169267
0
Nov 25, 2024 15:26:25 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Apr 2, 2022 9:57:33 GMT -8
My test siteso I'm having a problem with a button that uses jquery in the forum wrapper. It's a simple click event to slidetoggle a panel. when I click it it keeps toggling up and down instead of waiting for another click. can somebody look at it for me to see what's wrong? Thanks in advance Update: I got it working properly!
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Apr 2, 2022 16:57:28 GMT -8
My test siteso I'm having a problem with a button that uses jquery in the forum wrapper. It's a simple click event to slidetoggle a panel. when I click it it keeps toggling up and down instead of waiting for another click. can somebody look at it for me to see what's wrong? Thanks in advance Update: I got it working properly! Glad you got it working. In the future, though, you may want to also post the code you're using so it doesn't have to be searched for.
|
|
inherit
169267
0
Nov 25, 2024 15:26:25 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Apr 3, 2022 7:56:05 GMT -8
LynxSorry about that. so what happen was that I used a class name that I already used and confused the code which was $('.butt').slideToggle("slow"); so the moral of the story is be sure that you don't use the same class or id name in a different jquery code. Thanks and God bless
|
|