0
Juicebox-Pro API Search Results & Alternatives
View More ResultsRelated APIs in Category: Images
Related Articles
About Juicebox
Juicebox may refer to:
via Wikipedia
Juicebox Website Summary:
View API Methods and Events to interact with Juicebox galleries. Please note that the Juicebox-Pro API is provided 'as-is' to allow people with JavaScript programming experience to use as required. [...] For example: //create a gallery instance var jb = new juicebox({ containerid:'juicebox-container' }); //then call an API method on it jb.toggleAutoPlay(); The following API methods are available: The following Events are fired by Juicebox-Pro. [...] For example: //create a gallery instance var jb = new juicebox({ containerid:'juicebox-container' }); //then set up an event listener jb.onImageChange = function(e){ alert("Image changed.