Thumbnails
-
Hello!
I want to show thumbnails instead of link, where should I insert this code?
jQuery(document).ready(function($) {
cell = $(‘.stickylist-fileupload a’);
cell.each(function(index) {
image = $(this).attr(‘href’);
$(this).html(‘‘);
});
});Thanks a lot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Thumbnails’ is closed to new replies.