I want to filter based on an attribute called "level".
Where I wrote - something here - I do not know what to do to refer to the level attribute. If it were an id attribute, I would make #idName, if it was a class, which I would make .className.
I'm not sure what to do to select a level attribute.
$ (". myClass"). filter (- something here to refer to a level attribute -). remove ();
jquery filter attributes
Ankur
source share