Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-embedded.html @ 871:e17507559d35 jquery
hide arrows if not needed
author | hertzhaft |
---|---|
date | Sat, 12 Mar 2011 23:41:40 +0100 |
parents | 80cc227c1d50 |
children | b2ec8244b86e |
comparison
equal
deleted
inserted
replaced
870:80cc227c1d50 | 871:e17507559d35 |
---|---|
65 $(document).ready(function(){ | 65 $(document).ready(function(){ |
66 var opts = { | 66 var opts = { |
67 interactionMode : 'embedded', | 67 interactionMode : 'embedded', |
68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
69 showRegionNumbers : false, | 69 showRegionNumbers : false, |
70 autoRegionLinks : true | 70 autoRegionLinks : true, |
71 buttonSettings : { 'embedded' : { buttonSets : [] } } | |
71 }; | 72 }; |
72 var $div = $('div.digilib'); | 73 var $div = $('div.digilib'); |
73 $div.digilib(opts); | 74 $div.digilib(opts); |
74 | 75 |
75 // $('div.digilib').each(function(){ | 76 // $('div.digilib').each(function(){ |