Wijmo UI for the Web
wijpopup type
wijmo.popup Namespace : wijpopup type
Syntax
$(function () {
    var options; // Type:  wijmo.popup.wijpopup.options
     
    $(".selector").wijpopup(options);
});
function wijpopup;
Inheritance Hierarchy

Object
      wijmo.popup.wijpopup

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodHides the element.  
public MethodDetermines whether the element is visible.  
public MethodPops up the element. Position is an optional argument, and is the options object used in jquery.ui.position.  
public MethodPopups the element at specified absolute position related to document.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.popup Namespace