CakePHP-Facebook-Plugin icon indicating copy to clipboard operation
CakePHP-Facebook-Plugin copied to clipboard

Added a custom trigger on document element

Open lucascampelo opened this issue 12 years ago • 0 comments

This code create and call a custom event called "fbready" on document element. Very useful for custom javascript code on specific pages. Example:

document.addEventListener('fbready', function(event){ // Do Something }); // or jQuery(document).on('fbready',function(event){ // Do Something });

lucascampelo avatar Dec 03 '13 16:12 lucascampelo