Project

General

Profile

RE: Wt Custom Widgets with Javascript » javasc.js

Options file - Nilesh Chakraborty, 08/07/2011 04:21 PM

 
jQuery.noConflict();

jQuery(document).ready(
function()
{
jQuery('#dock2').Fisheye(
{
maxWidth: 60,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 40,
proximity: 80,
alignment : 'left',
valign: 'bottom',
halign : 'center'
}
)
}
);
(3-3/5)