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
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 :)