Archive for March, 2011

Deneme

Posted by Bilge Foyle On March 7, 2011 1 COMMENT

Denem postu Slider Gallery –> // var itemsWidth = ul.innerWidth() – container.outerWidth(); $(‘.slider’, container).slider({ min: 0, max: itemsWidth, handle: ‘.handle’, stop: function (event, ui) { ul.animate({‘left’ : ui.value * -1}, 500); }, slide: function (event, ui) { ul.css(‘left’, ui.value * -1); } }); }; // ]]> Slider Gallery This shows a demonstration of a slider  [ Read More ]