↧
Event Delegated Drag and Drop jQuery Plugin
JavaScript drag and drop is a difficult task to achieve, and luckily libraries such as jQuery UI help make the task easier. Unfortunately however, all of the drag and drop libraries that I found did...
View ArticleHow To Make jQuery.empty Over 10x Faster
jQuery has a function called empty, which removes all child elements from a given element. Internally, empty is used in the html function, and many other places. Speed is an important thing to web...
View Article