$(function () { var returnsValue; // Type: object returnsValue = $(".selector").wijlist("getList"); });
function getList() : object;
Return Value
the ul JQuery reference.
$(function () { var returnsValue; // Type: object returnsValue = $(".selector").wijlist("getList"); });
function getList() : object;