Home > Article > Web Front-end > jquery添加弹出层_html/css_WEB-ITnose
代码如下
$(function() {
$.ajax({
type:'POST',
url: 'hhWebsiteInfoController.do?website-getDt',
dataType:'json',
data:'',
success:function(json){
alert(1);
var dts = json.attributes.dts;
$("#news").empty();
if(typeof(dts)!=undefined){
for(var i=0;i
id不能重复啊
顺便把on绑定事件改成live比较好
id不能重复啊
改完了$.ajax({
type:'POST',
url: 'hhWebsiteInfoController.do?website-getDt',
dataType:'json',
data:'',
success:function(json){
alert(1);
var dts = json.attributes.dts;
$("#news").empty();
if(typeof(dts)!=undefined){
for(var i=0;i
id不能重复啊
改完了$.ajax({
type:'POST',
url: 'hhWebsiteInfoController.do?website-getDt',
dataType:'json',
data:'',
success:function(json){
alert(1);
var dts = json.attributes.dts;
$("#news").empty();
if(typeof(dts)!=undefined){
for(var i=0;i
id不能重复啊
改完了$.ajax({
type:'POST',
url: 'hhWebsiteInfoController.do?website-getDt',
dataType:'json',
data:'',
success:function(json){
alert(1);
var dts = json.attributes.dts;
$("#news").empty();
if(typeof(dts)!=undefined){
for(var i=0;i
换了更不好使了= = 本来 页面写死的还好用呢
换了更不好使了= = 本来 页面写死的还好用呢
终于好用了
$('.test2').live('click', function() {改了就好了 为啥啊?
还有个问题 大神我要弹出层显示图片链接 在数据库的那条记录的其他内容怎么通过数据库id找到显示啊 ?
终于好用了
$('.test2').live('click', function() {改了就好了 为啥啊?
还有个问题 大神我要弹出层显示图片链接 在数据库的那条记录的其他内容怎么通过数据库id找到显示啊 ?
你建一个全局变量,把dts赋值给它,
ajax循环的时候, class='test2'后边加上自定义属性(举例:dataIndex) 值为 i
var b = "
test2 click事件里先取dataIndex的值 再取前面全局变量对应索引的对象 然后赋值 这个不懂啊 咋写的..
success:function(json){
alert(1);
var dts = json.attributes.dts;
$("#news").empty();
var quanju = dts;
if(typeof(dts)!=undefined){
for(var i=0;i
这样?
$(document).on('click',".test2",function() {
layer.open({
type: 1,
area: ['600px', '360px'],
shadeClose: true, //点击遮罩关闭
content: '