-
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
-
-
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();
});
});
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks