diff ireport_jquery.js @ 0:3c160414da2e

initial upload
author shiltemann
date Thu, 26 Feb 2015 14:05:23 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ireport_jquery.js	Thu Feb 26 14:05:23 2015 +0100
@@ -0,0 +1,24 @@
+$(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
+    });
+   });
\ No newline at end of file