Skip to content

Tag: jquery

Issue with filtering on dynamically added elements

I have the following code to filter a UL list based on click on another UL. I will append dynamically some more elements to the bs-glyphicons-list-sub list to be filtered and I need to modify my code for this. The line I need to modify is the following: where I need to include the elements that I appended aft…