weixin_33713350 2016-01-14 09:54 采纳率: 0%
浏览 11

PHP中的复杂ajax

I am a bit stuck with my Ajax Filtering DropDown selection.

I have below selections and options:

Selection1 Option1: Male Option2: Female

Selection2 Option1: Guess Option2: H&M

Selection3 Option1: Watch (Guess,H&M) Option2: Shirt (Guess,H&M) Option3: Bikini (Guess,H&M)(only if Selection1 is Female) Option4: Accessories (H&M)

My problem is how to filter Selection3 when user select Female which will include Option3 in selection3 which is Bikini, while Selection 2 will also filter Selection 3 base on the brand.

  • 写回答

1条回答 默认 最新

  • derek5. 2016-01-14 10:05
    关注

    I would make a listener for change on the selects

    so for example:

    jQuery('.select1').on('change',function(){
        $this = jQuery(this);
        if($this.val() === 2){ // 2 == female
           jQuery('.select3 option[value="4"]').show();
        }else{
           jQuery('.select3 option[value="4"]').hide();
        }
    });
    

    (this requires you to have it as value 4 (you can also change my item names ofc. select1, select3 etc.)

    评论

报告相同问题?

悬赏问题

  • ¥15 基于双目测规则物体尺寸
  • ¥15 wegame打不开英雄联盟
  • ¥15 公司的电脑,win10系统自带远程协助,访问家里个人电脑,提示出现内部错误,各种常规的设置都已经尝试,感觉公司对此功能进行了限制(我们是集团公司)
  • ¥15 救!ENVI5.6深度学习初始化模型报错怎么办?
  • ¥30 eclipse开启服务后,网页无法打开
  • ¥30 雷达辐射源信号参考模型
  • ¥15 html+css+js如何实现这样子的效果?
  • ¥15 STM32单片机自主设计
  • ¥15 如何在node.js中或者java中给wav格式的音频编码成sil格式呢
  • ¥15 不小心不正规的开发公司导致不给我们y码,