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 !
namespace the click event on $('a').facebox()
fauxparse (author)
Mon Jun 30 18:40:20 -0700 2008
commit  4967e8dd55c514025f3beedeabebefef4f8eea02
tree    73afb1ed4d16d084eee5696fcf25cd4b03b9201e
parent  b24c1a8d6a2a460886efd6649494d7ae3aa0ac58
...
173
174
175
176
 
177
178
179
...
173
174
175
 
176
177
178
179
0
@@ -173,7 +173,7 @@
0
       return false
0
     }
0
 
0
- return this.click(clickHandler)
0
+ return this.bind('click.facebox', clickHandler)
0
   }
0
 
0
   /*

Comments

    No one has commented yet.