МВИА 11 Опубликовано: 14 января 2009 Рассказать Опубликовано: 14 января 2009 Есть такой скрипт вывода фотографий "spacegallery" Адрес: http://eyecon.ro/spacegallery/ он на jQuery, Javscript files, CSS files. Implement Attach the Javascript and CSS files to your document. Edit CSS file and fix the paths to images and change colors to fit your site theme. Important: be sure to include Javascript files in the specific order as in the example below. <link rel="stylesheet" media="screen" type="text/css" href="css/spacegallery.css" /> <script type="text/javascript" src="js/eye.js"></script> <script type="text/javascript" src="js/utils.js"></script> <script type="text/javascript" src="js/spacegallery.js"></script> Invocation code Prepare a block level element with some images inside. All you have to do is to select the elements in a jQuery way and call the plugin. $('#myGallery').spacegallery({loadingClass: 'loading'}); Все выполняю по этой инструкции... Не получается прикрутить $('#myGallery').spacegallery({loadingClass: 'loading'});, везде выдается ошибка... Скрипт хороший и красивый... Помогите, сам не силен.... Заранее спасибо Ссылка на сообщение Поделиться на других сайтах
Рекомендованные сообщения
Архивировано
Эта тема находится в архиве и закрыта для публикации сообщений.