Mercurial > repos > saskia-hiltemann > ireport_devel
comparison ireport_jquery.js @ 0:3c160414da2e
initial upload
| author | shiltemann |
|---|---|
| date | Thu, 26 Feb 2015 14:05:23 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3c160414da2e |
|---|---|
| 1 $(function() { | |
| 2 $("#tabs" ).tabs(); | |
| 3 }); | |
| 4 $(function() { | |
| 5 $(".resizable" ).resizable(); | |
| 6 }); | |
| 7 $(document).ready(function(){ | |
| 8 $('.zoomme').zoom(); | |
| 9 $('#ex2').zoom({ on:'grab' }); | |
| 10 $('#ex3').zoom({ on:'click' }); | |
| 11 $('#ex4').zoom({ on:'toggle' }); | |
| 12 $('.fancyiframe').iFrameResize({ | |
| 13 heightCalculationMethod: 'max', | |
| 14 minHeight: 250, | |
| 15 scrolling: true, | |
| 16 checkOrigin: false, | |
| 17 bodyMargin: 15 | |
| 18 }); | |
| 19 $('.unfancyiframe').iFrameResize({ | |
| 20 heightCalculationMethod: 'max', | |
| 21 scrolling: false, | |
| 22 checkOrigin: false | |
| 23 }); | |
| 24 }); |
