Closed RudolfVonKrugstein closed 9 years ago
Can I have multiple properties in sugertags syntax? How would I list them?
Something like this ...?
INPUT[type=password;name=password]()
No problem, just add them in separate brackets:
INPUT[type=password][name=password]()
If the value is non-alphanumeric, you can use a string instead.
A[href="/some%20strange/url"]()
thx
Can I have multiple properties in sugertags syntax? How would I list them?
Something like this ...?