facebox icon indicating copy to clipboard operation
facebox copied to clipboard

Added input button support

Open csanz opened this issue 14 years ago • 0 comments

I added input button support, super simple fix.

  var rel = $(this).attr('rel') 
  var href = $(this).attr('href') 

and updated the readme file:

jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
  $('input[rel*=facebox]').facebox()
})

   <input type="button" value="Sign Up" href="sign-up.html" rel="facebox[.body]">
  Loads the sign-up.html page

csanz avatar Jul 16 '11 09:07 csanz