RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
                     

Snail on the Corn

      

xxxxxxxxxxxxxxxxxxxxxx

    
  
                     

Flowers

      

xxxxxxxxxxxxxx

    
  
                     

Alone Beach

      

xxxxxxxxxxxx

    
  
                     

Sunrise Trees

      

Photo by a_glitch.  View full-size photo here.

    
  
                     

Waterfall

      

xxxxxxxxx 

                             

Death Valley

      

XXX

               
  •     
  •     
  •     
  •     
  •     
  •     
  •     
  •   

     

    ========================

    以下是动态添加图片的方法:

    jsp,动态添加图片可以这样:

    
         
          
           
           
            
           
          
        
    

    js文件需要使用jquery完成:

    $(function(){
        doPortalImageListQuery();
    }); 
    
    function doPortalImageListQuery(){
     //UUR.getImagesByStatus 是后台路径
     $.ajax(UUR.getImagesByStatus,{},function(bln,response,o){
                 var objRet = toJson(response.responseText);
                 var p_w_picpaths = objRet.data;// 获得照片列表
                 
                 var div_inner = '';
                 var li_inner = '';
                 if(p_w_picpaths.length!=0){
                  for(var i=0;i \
              \
                

    '+(p_w_picpaths[i].info!=null?p_w_picpaths[i].info:p_w_picpaths[i].oldName)+'

    \           \        \                ';                li_inner += '
  • ';               }              }                            $("#p_w_picpathPanel").append(div_inner);              $(".filmstrip").append(li_inner);     play();          }); } // 图片轮播代码 function play(){  $('#photos').galleryView({   overlay_height: 35,// 阴影部分高度   overlay_font_size: '13px',// 阴影部分字体大小   pause_on_hover: true,// 光标进入之后,停止播放   easing:'easeInBack',// frame动画效果   panel_width: 674,// 图片宽度   panel_height: 252,// 图片高度   frame_width: 100,// 缩略图宽度   frame_height: 37// 缩略图高度  }); }

    附件:http://down.51cto.com/data/2364786

    名称栏目:移植性很高的jquery图片轮播插件
    标题URL:http://jxjierui.cn/article/jdhdcj.html
    Top