Kurz notiert:
Alle Links, die einen bestimmten String wie zum Beispiel „type=0“ im href – Teil stehen haben findet man mit
//returns an array with all Links having "type=0" within the //href="someDomain.tld/param1=1&type=0&anotherParam=3" jQuery('a[href*="type=0"]'); |