[Solved] How do I hide different items in an unordered list
Hi there,
I'm fairly new with jQuery and javascript. My primary skillset is in CSS.
I want to modify the appearance of an unordered list by assigning a value to each list item and then setting the custom properties for each list item. At first I was thinking of assigning a number to each list item and then controlling it's properties via that number. But now I'm wondering if jQuery can do a search for the list items content.
Any thoughts on what code could do this function?
Many thanks.