Subversion Repositories SmartDukaan

Rev

Rev 6898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6898 Rev 6917
Line 133... Line 133...
133
 
133
 
134
            images.each(function() { 
134
            images.each(function() { 
135
                img        = $(this); 
135
                img        = $(this); 
136
                parent    = img.parent(opt.children); 
136
                parent    = img.parent(opt.children); 
137
 
137
 
138
                menu += '<li><a href="#" ' + target + '>' + img.attr('title') + '</a></li>'; 
138
                menu += '<li><a href="javascript:void(0)" ' + target + '>' + img.attr('title') + '</a></li>'; 
139
            }); 
139
            }); 
140
 
140
 
141
            $menu.html(menu); 
141
            $menu.html(menu); 
142
 
142
 
143
            var    space    = parseInt((opt.width / quantity) + (quantity - 1)), 
143
            var    space    = parseInt((opt.width / quantity) + (quantity - 1)),