Jquery accessing function -
in function below calling on page load, function called. new jquery , im wondering how call same function inside of function. comments have been inserted indicate need put call same function recreate click triggers. _loadfolder: function () { $("#title a").each( function (intindex) { $(this).bind( "click", function () { var stop = intindex; var temp = ''; var directory = ''; var item = ''; var newlink = ''; var folders = ''; $("#title a").each( function (intindex) { item = $(this).text(); temp = temp + item; folders = folders + "<a id='item'>" + item + "</a>"; ...