Tag Archives: colorbox

Colorbox Was Smarter Than I Thought

I was doing some work on a custom CMS recently. It’s been utilizing the really nice jQuery ColorBox plugin, and I was using it to preview a page with the following code: jQuery(‘#previewPage’).click(function() { var data = jQuery(‘#editpage’).serializeArray(); jQuery.colorbox({href:”/pages/preview/”, data: … Continue reading

Posted in jQuery / Javascript | Tagged , , | Leave a comment