Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery-test-full.html @ 684:820a5cd4715d jquery
merge
with f5f2b262be07f41fa6c8d2f60332b198eaa2d603
author | robcast |
---|---|
date | Wed, 26 Jan 2011 23:43:39 +0100 |
parents | fda2d9bd9ba7 |
children | b13277a81027 |
comparison
equal
deleted
inserted
replaced
683:33a4ac6b0b48 | 684:820a5cd4715d |
---|---|
80 | 80 |
81 <script type="text/javascript"> | 81 <script type="text/javascript"> |
82 $(document).ready(function(){ | 82 $(document).ready(function(){ |
83 var opts = { | 83 var opts = { |
84 interactionMode : 'fullscreen', | 84 interactionMode : 'fullscreen', |
85 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler' | 85 scalerBaseUrl : 'http://localhost:18080/digitallibrary/servlet/Scaler' |
86 }; | 86 }; |
87 $('div.digilib').digilib(opts); | 87 $('div.digilib').digilib(opts); |
88 | 88 |
89 /* $('div.digilib').each(function(){ | 89 /* $('div.digilib').each(function(){ |
90 console.log($(this).data('digilib').settings); | 90 console.log($(this).data('digilib').settings); |