doushi1960 2015-06-03 13:12
浏览 39

ajax响应后复选框上的事件调用

I have 3 category each with a dropdown which have some values with checkbox. When checkbox is checked ajax run and gives response.

The issue is Dropdown hide after ajax response but I want it to be visible after ajax response

For example

cat1 cat2 cat3
     --------------------------------------------
     -  option1             option3             -
     -                                          -
     -  option2             option4             -
     --------------------------------------------

Now when I hover on cat2 dropdown open up with options and when I click on option1(i.e on checkbox) ajax run after that dropdown is not visible it hides.

I want to make the dropdown visible after Ajax response.

I worked on this with an intermediate solution and now Iam stucked again. on checkbox click I had generated a unique Id for the "ul" tag that i want to show after ajax response.

Here is what I am doing for it: var $tag = jQuery(ee1.target).parents(".common-class").prop("id"); This code gives me unique Id on checkbox click. I want to add css on it like : $tag =jQuery(ee1.target).parents(".common class").prop("id").css("display","block"); But this is not working for me it starts refreshing the page.

  • 写回答

1条回答 默认 最新

  • duanluangua8850 2015-06-03 13:15
    关注

    Make a synchronous ajax call and then make the box visible..

    This is how synchronous calls are made

    var remote = $.ajax({
      type: "GET",
      url: remote_url,
      async: false
    }).responseText;
    
    评论

报告相同问题?

悬赏问题

  • ¥15 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示