Mercurial > repos > saskia-hiltemann > ireport_devel
view ireport_jquery.js @ 4:363cd315d0e9 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Mon, 16 Nov 2015 09:46:51 -0500 |
parents | 3c160414da2e |
children |
line wrap: on
line source
$(function() { $("#tabs" ).tabs(); }); $(function() { $(".resizable" ).resizable(); }); $(document).ready(function(){ $('.zoomme').zoom(); $('#ex2').zoom({ on:'grab' }); $('#ex3').zoom({ on:'click' }); $('#ex4').zoom({ on:'toggle' }); $('.fancyiframe').iFrameResize({ heightCalculationMethod: 'max', minHeight: 250, scrolling: true, checkOrigin: false, bodyMargin: 15 }); $('.unfancyiframe').iFrameResize({ heightCalculationMethod: 'max', scrolling: false, checkOrigin: false }); });