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:
- drop: function(event, ui) {
- $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
- }
and the code that opens the lightbox:
- <a href="page1.html" rel="superbox[ajax][page1.html][800x400]">Lightbox</a>
Thanks a lot.