I am using a jQuery validator, and I want to use the ignore: ':hidden:not but I want to apply this too all controls which has an ID that contrains "_selecting",
this is what I have so far but not working:
sb.AppendLine(@" ignore: ':hidden:not($(""[id*=_selecting]"")',");