New: jQuery status
git-svn-id: http://piwigo.org/svn/branches/2.0@3493 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a61dfc631d
commit
588b9d0d16
1 changed files with 3 additions and 1 deletions
|
@ -56,13 +56,15 @@
|
|||
<br /><br />
|
||||
Templates generated on {$smarty.now|date_format:"%A, %B %e, %Y - %r"} by
|
||||
<a class="external" href="http://www.smarty.net/" onclick="window.open(this.href, ''); return false;">Smarty</a>
|
||||
{$smarty.version}
|
||||
{$smarty.version}<br />
|
||||
Animations FX by <span class="jQuery"><a class="external" href="http://jquery.com/" onclick="window.open(this.href, ''); return false;">jQuery</a> </span>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">// <![CDATA[
|
||||
{literal}$(document).ready(function() {
|
||||
$("img.thumbnail").fadeTo("slow", 0.6); // Opacity on page load
|
||||
$(".jQuery").append($().jquery);
|
||||
$("img.thumbnail").hover(function(){
|
||||
$(this).fadeTo("slow", 1.0); // Opacity on hover
|
||||
},function(){
|
||||
|
|
Loading…
Reference in a new issue