I have an anchor like below
<a href='...' rel='facebox'>..</a>
and use facebox like
$('#...').facebox();
But I need to unbind facebox() event dynamically, I tried the two ways as follows
$('#..').unbind('facebox');
$('#..').unbind('keydown.facebox');
But both don't work.
Who can help me out... ?
Thanks.
relattribute? I've not worked with the Facebox plug-in, but I'd assume therelis used for something. – David Thomas Mar 15 '11 at 13:23