Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-embedded.html @ 850:47a6b93bde43 jquery
always show html-defined regions. wrong pos still not fixed
author | hertzhaft |
---|---|
date | Mon, 07 Mar 2011 00:38:20 +0100 |
parents | a0ae2d86bcf4 |
children | 4658ec2f9565 |
comparison
equal
deleted
inserted
replaced
849:a0ae2d86bcf4 | 850:47a6b93bde43 |
---|---|
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 : true, | 69 showRegionNumbers : true, |
70 autoRegionLinks : false, | 70 autoRegionLinks : false |
71 includeRegionContent : false | |
72 }; | 71 }; |
73 var $div = $('div.digilib'); | 72 var $div = $('div.digilib'); |
74 $div.digilib(opts); | 73 $div.digilib(opts); |
75 | 74 |
76 // $('div.digilib').each(function(){ | 75 // $('div.digilib').each(function(){ |