Hi to everyone,
I am new to Javascript and i am trying some cool stuff based on JQuery but i have a problem when i want to add more than one in one html page.
For example (following the instructions written in their sites) i add to index.html:
and
but only the effect of the css-dock-menu is activated.
for the spacegallery i added this code to the body section:
I would appreciate any help.
Thanks for reading
I am new to Javascript and i am trying some cool stuff based on JQuery but i have a problem when i want to add more than one in one html page.
For example (following the instructions written in their sites) i add to index.html:
and
but only the effect of the css-dock-menu is activated.
for the spacegallery i added this code to the body section:
Code:
<script type="text/javascript">
$(document).ready(
function(){
$('#my_gallery').spacegallery(
{
loadingClass: 'loading'
}
)
}
);
</script>
Thanks for reading
Comment