Skip to content

Tag: jquery

Expand background jQuery trigger not working

The goal is when you click on the image behind the red square, the red square expands to the whole webpage. But the moment after you clicked on the image the transition plays like this… …and ended like this. when you click on the red expanded square it transitions perfectly back to this, but in a …

How to get ul inside an li

This li item is generated dynamically I want to toggle li on the cate-label button click. for that, I did the following code when I try to hide item using ItemToHide.find(“.sub-cate”).hide(); it didn’t hide anything . I tried to find the length of the item using ItemToHide.find(“.sub-c…