jquery live函数语法 jquery版本更新, 发现一个问题: jq自带的live没有了.控制台下会有如下的提示:火狐: TypeError: $(...).live is not a function chrome: Uncaught TypeError: Object [object Object] has no method 'live' 网上的一个说法: jQuery 1.9 较之前的版本做了很大的调整,很多函数都不被支持.例如 live(),die(),toggle(),sub…
function des html jquery result html() 获取元素中HTML内容 <div id="box" style="color:red"> <strong>www.ycku.com</strong> <p>www.ppp.com</p></div> alert($('#box').html()); <strong>www.ycku.com</stro…