JQuery -4 Ajax

$(tag).html(block code):  replace the current matched code block.

$.support.opacity:  detect the support of the opacity

$(tag).load(xx.html):  load the whole html file.

//匹配到,就添加handler

 

$('#description').live('mouseover', function() {

$(this).css('background-color', 'yellow');

})

die: 为反向操作。。。

 

------------------------------------------------------

z-index:  设置元素的显示前后顺序。

 

你可能感兴趣的:(JQuery -4 Ajax)