当我点击index.html中的按钮时,如何在products.html页面中隐藏一些元素?

时间:2015-09-29 07:41:40

标签: javascript jquery html filter hide

我知道要在同一页面中隐藏一个元素,我必须这样做:

 $('#district-collection').click(function(){ 
       $('.hemisphere').hide();

 });

我的问题.hemisphere位于我的products.html页面中,index.html看不到它!

0 个答案:

没有答案