2022年2月19日 星期六

How to toggle specific divs with jquery

 You can select the next sibling:

$("button").click(function(){
   $(this).next().toggle();
});


from:https://stackoverflow.com/questions/28243786/how-to-toggle-specific-divs-with-jquery

沒有留言:

wibiya widget