Using * when tagging

Is it possible to use the * option when using the href tag to bypass specific pages?

Example, I want to tag a feature and the suggested match is [href="/jobs/1234/source"] and I would like to replace the 1234 with a * to ignore the specific reference. 

0

コメント

1件のコメント
  • Laura Olson you could try something like this which looks for href that starts with jobs and ends with source

    a[href^="/jobs/"][href$="/source"]

    or without the a tag

    [href^="/jobs/"][href$="/source"]
    0

サインインしてコメントを残してください。

お探しのものを見つけられませんでしたか?

新規投稿