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
Just simply simulate a click on the close button, like this:
$("#cboxClose").click();