Wijmo UI for the Web
beforeClose Event
Standard jQuery event object
The showbeforeClose event handler. A function called before the popped up container is closed.
Syntax
Javascript (Usage) 
$(function () {
    // Set beforeClose event handler function
    $(".selector").wijlightbox({
        beforeClose : function (e) {
     
        }
    });
});
Javascript (Specification) 
beforeClose = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.