Close ColorBox iFrame after submit

后端 未结 8 1488
刺人心
刺人心 2020-12-13 21:01

I\'m using jQuery ColorBox to display a shopping cart item. When a user enters the quantity in the iFrame (opened with colorbox) and clicks on the submit button, I want the

8条回答
  •  孤街浪徒
    2020-12-13 21:29

    If you're using Drupal 7, you may need to use the following alternative:

    parent.jQuery.colorbox.close();
    

    In D7, the $.fn seems to be replaced by the jQuery object.

    I simply setup a menu callback which simply returned this:

    return <<
      
    
    EOF;
    

    Seemed to work fine for me :)

提交回复
热议问题