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.
サイドバー内の要素を照会する必要があることがよくあります。ただし、私が使用しなければならない CSS セレクターは一時的でかなり醜いものです。
<div id="rt_mod_side_foo_body_bar">
私はこれを抽象化したいので、書く代わりに:
within '#rt_mod_side_foo_body_bar'
できます:
within :sidebar
これはカピバラでどのように達成できますか?
シンボルの代わりにメソッドはどうですか?
def sidebar "#rt_mod_side_foo_body_bar" end