<--- --------------------------------------------------------------------------------------- ---- Blog Entry: jQuery.empty() Kills Event Binding On Persistent Nodes Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:1008.view Date Posted: Oct 23, 2007 at 6:36 PM ---- --------------------------------------------------------------------------------------- ---> function Add(){ // Rebind the SPAN methods. jSpan .click( Remove ) .hover( Bold, Unbold ) ; // Add the Span back in. jP.append( jSpan ); }