JQuery Toggle not working as it should

前端 未结 5 756
被撕碎了的回忆
被撕碎了的回忆 2021-01-23 17:08

I have a problem with JQuery Toggle.

I have the following code:

var $_ = jQuery;
$_(document).ready(function(){

$_(\"#sh-zone-buttons\").delegate(\"#sh-         


        
5条回答
  •  闹比i
    闹比i (楼主)
    2021-01-23 17:28

    I'd imagine the solution would be to add a .delegate() to that too.

提交回复
热议问题