Du kannst eigene Optionen ergänzen, du musst lediglich den CSS Selektor identifizieren und ergänzen.
You can add your own options, you must only check for css selectors.
query($query): Abfrage des Dokuments bei Verwendung der CSS Selektor Schreibweise.
query($query): query the document using CSS selector notation.
Es ist einfach, du musst lediglich einen CSS Selektor nutzen, hinterlegen, beispielsweise einen Klasse oder ID des Bereiches.
It is easy and you must only forgive a ID or class, a selector, of the markup, that you will hide.
Die CSS Selektor Schreibweise wird als einfachere und für Web Entwickler bekannterer Weg angeboten um bei der Anfrage von Dokumenten mit XML Strukturen zu helfen.
CSS selector notation is provided as a simpler and more familiar notation for web developers to utilize when querying documents with XML structures.
2001-07-09 "xselect" ist ein C Programm welches alle Elemente eines XML Dokuments welche auf einen CSS Selektor zutreffen extrahieren kann.
2001-07-09 "xselect" is a C program that extracts all elements from an XML document that match a CSS selector.
Durch die tollen neuen Möglichkeiten von CSS3 gibt es aber eine sehr elegante Variante, die keinerlei Umbauarbeiten an den Scripten erfordert. Es reicht ein simpler CSS Selektor, der alle externen Links erkennt und anschließend entsprechend kennzeichnet.
Through the nice features of CSS3 there is a very elegant solutions. You don't even have the edit any of your scripts. You just have to use a simple CCS celector that catches all the external links and mark them.
getCssQuery(): Gibt die CSS Selektor Abfrage zurück die für die Erstellung des Ergebnisses verwendet wurde (wenn vorhanden).
getCssQuery(): return the CSS selector query used to produce the result (if any).
Wenn aktiviert, wird ein spezielles Menü für kleinere Bildschirme erzeugt in der Position von 'Einfüge CSS Selektor'.
If enabled, a special menu for small screens will be created at the position of 'Insert CSS Selector'.
FEHLER: Korrigiere den CSS Selektor um die Link-Farbe besser anzusteuern.
BUG: Correct CSS selector to properly target the link color.
Da wir den Effekt auf der ganzen Seite haben wollen, behelfen wir uns mit dem *css Selektor und fügen das folgende snippet in unser custom.scss file ein
Since we want to have the effect on the whole page, we use the css selector and paste the following snippet into our custom.scss file
Der "Verifizieren" Button kann über den CSS Selektor btn.verifyMailBtn, das Input, in den der Code eingegeben werden muss, über den CSS Selektor input.verificationCode angesprochen werden.
The"Verify" button can be selected with btn.verifyMailBtn, the code input with input.verificationCode.