jquery Programming Glossary: this.empty
Is JQuery(..).html() buggy in jQuery 1.3.2? http://stackoverflow.com/questions/1357052/is-jquery-html-buggy-in-jquery-1-3-2 0 this 0 .innerHTML.replace jQuery d d null g null this.empty .append value What would be the motivation behind the .replace..
javascript memory leaks http://stackoverflow.com/questions/2316726/javascript-memory-leaks throws an exception use the fallback method catch e this.empty .append value else if jQuery.isFunction value this.each function.. .append function return value.call this i old else this.empty .append value return this We can see that the jQuery.cleanData..
Extracting text from a contentEditable div http://stackoverflow.com/questions/3455931/extracting-text-from-a-contenteditable-div the text like so line 4004 of jQuery 1.4.2.js return this.empty .append this 0 this 0 .ownerDocument document .createTextNode..
How does jQuery?™s .text() work, internally? http://stackoverflow.com/questions/5023432/how-does-jquerys-text-work-internally this if typeof text object text undefined return this.empty .append this 0 this 0 .ownerDocument document .createTextNode..
What's the difference between jQuery.fn.empty() and jQuery.fn.html('')? http://stackoverflow.com/questions/5723789/whats-the-difference-between-jquery-fn-empty-and-jquery-fn-html throws an exception use the fallback method catch e this.empty .append value else if jQuery.isFunction value this.each function.. jQuery this self.html value.call this i self.html else this.empty .append value return this .empty doesn't have to deal with checking..
Escaping text with jQuery append? http://stackoverflow.com/questions/944436/escaping-text-with-jquery-append text function text if typeof text object text null return this.empty .append this 0 this 0 .ownerDocument document .createTextNode..
Is JQuery(..).html() buggy in jQuery 1.3.2? http://stackoverflow.com/questions/1357052/is-jquery-html-buggy-in-jquery-1-3-2 in question html function value return value undefined this 0 this 0 .innerHTML.replace jQuery d d null g null this.empty .append value What would be the motivation behind the .replace I do not have time to go over the rest of jQuery but code..
javascript memory leaks http://stackoverflow.com/questions/2316726/javascript-memory-leaks this i .innerHTML value If using innerHTML throws an exception use the fallback method catch e this.empty .append value else if jQuery.isFunction value this.each function i var self jQuery this old self.html self.empty .append.. function i var self jQuery this old self.html self.empty .append function return value.call this i old else this.empty .append value return this We can see that the jQuery.cleanData function is called. Here is the source for that cleanData..
Extracting text from a contentEditable div http://stackoverflow.com/questions/3455931/extracting-text-from-a-contenteditable-div somehow. Looking into it more it looks like jQuery is setting the text like so line 4004 of jQuery 1.4.2.js return this.empty .append this 0 this 0 .ownerDocument document .createTextNode text Reading up on createTextNode it appears that IE's implementation..
How does jQuery?™s .text() work, internally? http://stackoverflow.com/questions/5023432/how-does-jquerys-text-work-internally return this.each function return jQuery this .text text.call this if typeof text object text undefined return this.empty .append this 0 this 0 .ownerDocument document .createTextNode text return jQuery.getText this Anyone know Clarification..
What's the difference between jQuery.fn.empty() and jQuery.fn.html('')? http://stackoverflow.com/questions/5723789/whats-the-difference-between-jquery-fn-empty-and-jquery-fn-html this i .innerHTML value If using innerHTML throws an exception use the fallback method catch e this.empty .append value else if jQuery.isFunction value this.each function i var self jQuery this self.html value.call this i self.html.. else if jQuery.isFunction value this.each function i var self jQuery this self.html value.call this i self.html else this.empty .append value return this .empty doesn't have to deal with checking the different possible argument types it can get right..
Escaping text with jQuery append? http://stackoverflow.com/questions/944436/escaping-text-with-jquery-append share improve this question Check out how jQuery does it text function text if typeof text object text null return this.empty .append this 0 this 0 .ownerDocument document .createTextNode text var ret jQuery.each text this function jQuery.each this.childNodes..
|