Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery-test-full.html @ 611:d332c61da1b0 jquery
some refactoring, onclick handlers now work with arguments
author | hertzhaft |
---|---|
date | Sun, 16 Jan 2011 23:34:29 +0100 |
parents | 2f2cd8c44a1c |
children | 3223fabd53bc |
comparison
equal
deleted
inserted
replaced
610:2f2cd8c44a1c | 611:d332c61da1b0 |
---|---|
64 $('div.digilib').digilib(opts); | 64 $('div.digilib').digilib(opts); |
65 | 65 |
66 $('div.digilib').each(function(){ | 66 $('div.digilib').each(function(){ |
67 console.log($(this).data('digilib').settings); | 67 console.log($(this).data('digilib').settings); |
68 }); | 68 }); |
69 $('div.digilib').digilib('toggleAboutDiv'); | |
69 }); | 70 }); |
70 | 71 |
71 </script> | 72 </script> |
72 </head> | 73 </head> |
73 | 74 |