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.
我试图思考如何在 jekyll 中实现这一点:
有没有办法通过选择器来限定内容?例如 {{content.col1}} {{content.col2}}
我能想到的解决这个问题的唯一另一种方法是将一些内容移到 YAML 前端并以这种方式拆分 - 但并不理想。
谢谢
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?