TextExt is a modern jQuery plugin for improving the functionality of text input fields as tag input and autocomplete.
Category Archives: JavaScript
jQuery Organization Chart
jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. To build the tree all you need is to make a single line call to the plugin and supply the HTML element Id for a nested unordered list element that is representative of the data you’d like to display.
Deprecated innerHTML
This is a JavaScript example of how to use the createTextNode instead of the deprecated innerHTML. There is also an example of how to use the removeChild function if the node you want to add to has child nodes.