public
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/defunkt/facebox.git
Click here to lend your support to: facebox and make a donation at www.pledgie.com !
empty contents on close
defunkt (author)
Tue Mar 11 22:13:38 -0700 2008
commit  38153e7032f080850de3ad0ee5cbeecbfa8b85bf
tree    6e1c9a0992494389459a23faf03f4e5bb3846262
parent  e55ccdbcefe5c897946805c77dcfefe212f19d14
...
141
142
143
144
 
145
146
147
...
141
142
143
 
144
145
146
147
0
@@ -141,7 +141,7 @@
0
     stop_observing_back_button()
0
     $(document).unbind('keydown.facebox')
0
     $('#facebox').fadeOut(function() {
0
- $('#facebox .content').removeClass().addClass('content')
0
+ $('#facebox .content').empty().removeClass().addClass('content')
0
     })
0
   })
0
 

Comments

    No one has commented yet.