Nessuna idea?
Ho provato mettendo nel tag body onLoad
[html]<script src="facefiles/jquery-1.2.2.pack.js" type="text/javascript"></script>
<link href="facefiles/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="facefiles/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox()
})
</script>
</head>
<body ="facebox()">[/html]Ora il sito ufficiale in inglese dice di fare cosi' ...
**Attach It onLoad**
While calling facebox() on any anchor tag will do the trick, it's easier to give your Faceboxy links a rel="facebox" and hit them all onLoad.
[html]jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox()
})[/html]
ho provato and inserire rel="facebox" ad un link ma come fare per "hit them all onLoad"
Qualcuno sa come fare?