$.colorbox ({
inline: true,
href: 'pathToContent',
onOpen: function () {
$('#colorbox').addClass("mySkin");
},
onClosed: function () {
$('#colorbox').removeClass("mySkin");
}
});
// The key is the onOpen and onClose parts… use the new class to style the custom skin.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.