| | |
| | | },500); |
| | | |
| | | $(document).on('click','#site-table tr', function () { |
| | | layer.open({ |
| | | type: 1, |
| | | title: false, |
| | | shadeClose: true, |
| | | offset: 'rt', |
| | | anim: 5, |
| | | shade: [0], |
| | | area: ['340px', '215px'], |
| | | closeBtn: 0, |
| | | content: $("#site-detl"), |
| | | success: function(layero, index){ |
| | | var siteId = $(this).children("td").eq(0).html(); |
| | | if (siteId !== null && siteId !== "") { |
| | | layer.open({ |
| | | type: 1, |
| | | title: false, |
| | | shadeClose: true, |
| | | offset: 'rt', |
| | | anim: 5, |
| | | shade: [0], |
| | | area: ['340px', '215px'], |
| | | closeBtn: 0, |
| | | content: $("#site-detl"), |
| | | success: function(layero, index){ |
| | | |
| | | } |
| | | }) |
| | | console.log($(this).children("td").eq(0).html()); |
| | | } |
| | | }) |
| | | } |
| | | }); |
| | | |
| | | |