首页 相关文章 jQuery html() in Firefox (uses .innerHTML) ignores DOM chang

jQuery html() in Firefox (uses .innerHTML) ignores DOM chang

DOM:

代码如下:


function DisplayTextBoxValue(){
var element = document.getElementById('textbox');
// set the attribute on the DOM Element by hand - will update the innerHTML
element.setAttribute('value', element.value);
alert(document.getElementById("container").innerHTML);
return false;
}

jQuery plugin that makes .formhtml() automatically do this:

代码如下:


(function($) {
var oldHTML = $.fn.html;
$.fn.formhtml = function() {
if (arguments.length) return oldHTML.apply(this,argume...[ 查看全文 ]

2016-02-19 标签:

jQuery html() in Firefox (uses .innerHTML) ignores DOM chang的相关文章

手机页面
收藏网站 回到头部