Wijmo UI for the Web
moveToTop Method
wijmo.dialog Namespace > wijdialog type : moveToTop Method
The moveToTop method moves the wijdialog to the top of the stack if you have several different elements in your application.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijdialog("moveToTop");
});
function moveToTop() : any;
See Also

Reference

wijdialog type
wijdialog jQuery Widget