Open a link on an event

Open a link on an event

Hello,


I use the Droppable function and I'd like to know how to open a lightbox when the item is dropped.


Here is the code that changes the text on the event:
  1. drop: function(event, ui) {
  2. $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
  3. }
and the code that opens the lightbox:
  1. <a href="page1.html" rel="superbox[ajax][page1.html][800x400]">Lightbox</a>



Thanks a lot.