I am using this http://fancybox.net/
Is there a way to add a property to not show the close \"X\" button on top right? I mean I can use \'callbackOnShow\' to hide it in
use boolean in 'showCloseButton' attribute. e.g
$('.editGnBtn').fancybox({ 'href': "#editGn", 'showCloseButton':false });