diff --git a/examples/layer.html b/examples/layer.html
index a456eac..c02e3ee 100644
--- a/examples/layer.html
+++ b/examples/layer.html
@@ -38,8 +38,8 @@ body{padding: 100px;}
 
 
 
@@ -190,10 +190,18 @@ layui.use('layer', function(){
   
   //相册层
   layer.photos({
-    photos: '#photos'
+    photos: '#photos' //$('#photos')
   });
+  
+  $('#photos li-').each(function(i, e){
+    layer.photos({
+      photos: $(e)
+    });
+  });
+  
+  
   //动态追加
-  $('#photos').append(' ');
+  $('#photos').append('
');
+  $('#photos').append(' ');
   
   //{"status":1,"msg":"","title":"JSON请求的相册","id":8,"start":0,"data":[{"alt":"layer","pid":109,"src":"//cdn.layui.com/upload/2017_3/168_1488985841996_23077.png","thumb":""},{"alt":"说好的,一起 Fly","pid":110,"src":"//res.layui.com/static/images/fly/fly.jpg","thumb":""},{"alt":"星空如此深邃","pid":113,"src":"//res.layui.com/static/images/sentsin/night.gif","thumb":""}]}
   
diff --git a/examples/table.html b/examples/table.html
index 4e02cd8..aa0f089 100644
--- a/examples/table.html
+++ b/examples/table.html
@@ -15,6 +15,10 @@
 
 
 
+
');
   
   //{"status":1,"msg":"","title":"JSON请求的相册","id":8,"start":0,"data":[{"alt":"layer","pid":109,"src":"//cdn.layui.com/upload/2017_3/168_1488985841996_23077.png","thumb":""},{"alt":"说好的,一起 Fly","pid":110,"src":"//res.layui.com/static/images/fly/fly.jpg","thumb":""},{"alt":"星空如此深邃","pid":113,"src":"//res.layui.com/static/images/sentsin/night.gif","thumb":""}]}
   
diff --git a/examples/table.html b/examples/table.html
index 4e02cd8..aa0f089 100644
--- a/examples/table.html
+++ b/examples/table.html
@@ -15,6 +15,10 @@
 
 
 
+
+  
+
+