Pops up the element. Position is an optional argument, and is the options object used in
jquery.ui.position.
Syntax
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var position; // Type: undefined
returnsValue = $(".selector").wijpopup("show", position);
});
|
Javascript (Specification) | |
---|
function show(
: undefined
) : any;
|
Parameters
- position
- An optional argument, it is the options object used in jquery.ui.position.
Browser Compatibility
See Also
Reference
wijpopup type
wijpopup jQuery Widget