标签: javascript jquery html filter hide
我知道要在同一页面中隐藏一个元素,我必须这样做:
$('#district-collection').click(function(){ $('.hemisphere').hide(); });
我的问题.hemisphere位于我的products.html页面中,index.html看不到它!
.hemisphere
products.html
index.html