Results 1 to 2 of 2

Thread: how can I get value from facebox ?

  1. #1
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how can I get value from facebox ?

    I used this script :http://www.dynamicdrive.com/dynamici...ebox/index.htm I create form for user input only name using facebox .If you user don't input information to textbox I will alert a message but I can't receive anything from facebox .Anybody can help ?http://www.activaholics.com/test_facebox.html

  2. #2
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I has just knew how to do it .You can used this code below
    $(document).bind('reveal.facebox', function() {
    $('#facebox .hero-link').click(function() {
    $('#facebox .showtext').show();
    });
    });

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •