Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

iframe content zoom in and zoom out jquery

var anOtherOnZoomFunction = function(info) {
	console.log(info);
};

$.axZm.userFunc = $.fn.axZm.mergeCallBackObj($.axZm.userFunc, {
	onZoom: anOtherOnZoomFunction
});

// or like this when AJAX-ZOOM is already initialized:
$.fn.axZm.addCallback('onZoom', anOtherOnZoomFunction);
Source by www.ajax-zoom.com #
 
PREVIOUS NEXT
Tagged: #iframe #content #zoom #zoom #jquery
ADD COMMENT
Topic
Name
4+2 =