Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は jQuery バリデーターを使用しています。使用しignore: ':hidden:notたいのですが、これも適用したいのですが、「_selecting」を制限する ID を持つすべてのコントロールを使用します。
ignore: ':hidden:not
これは私がこれまでに持っているものですが、機能していません:
sb.AppendLine(@" ignore: ':hidden:not($(""[id*=_selecting]"")',");
コントロールのクラスを次のように設定し、次のclass="ignore"ように無視することでこれを解決しました。
class="ignore"
sb.AppendLine(@" ignore: ':hidden:not("".ignore"")',");