function Add(){ // Rebind the SPAN methods. jSpan .click( Remove ) .hover( Bold, Unbold ) ; // Add the Span back in. jP.append( jSpan ); }