$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijmenu("refresh"); });
function refresh() : any;
$(function () { var returnsValue; // Type: any returnsValue = $(".selector").wijmenu("refresh"); });
function refresh() : any;
//Adds a new item and refresh menu. menu.append("<li><a href='#'>new item</a></li>").wijmenu("refresh");