Jquery Doesn't Work Inside the ALM Plugin
-
I am using the ALM plugin it it works well. However, it would seem that I can’t use jQuery to access individual items in the loop. If I do something like this….
$('.ajax-load-more-wrap').on('click', function(){ $(this).hide(); });
it works.
However, if I do this….
$('.ajax-load-more-wrap .item').on('click', function(){ $(this).hide(); });
nothing happens.
Why is this and is there any way to work around it?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Jquery Doesn't Work Inside the ALM Plugin’ is closed to new replies.