Wildcards in jQuery selectors
I’m trying to use a wildcard to get the id of all the elements whose id begin with “jander”. I tried $(‘#jander*’), $(‘#jander%’) … Read more
I’m trying to use a wildcard to get the id of all the elements whose id begin with “jander”. I tried $(‘#jander*’), $(‘#jander%’) … Read more