If so, what is the syntax......
$().SPServices({
operation:"GetListCollection",
async:false,
completefunc: function(xData, Status) {
$(xData.responseXML).find("List[ServerTemplate='101']").each(function(){
listName = $(this).attr("Title");
Thanks,
Dan
$().SPServices({
operation:"GetListCollection",
async:false,
completefunc: function(xData, Status) {
$(xData.responseXML).find("List[ServerTemplate='101']").each(function(){
listName = $(this).attr("Title");
Thanks,
Dan