-
Aug 31, 2021
MONTHLY BOARD MEETING
The San Antonio Sports Association will hold its monthly board meeting on Tuesday, August 31 at 6:15pm. Members of the community ...
-
Jul 08, 2020
MONTHLY BOARD MEETING
The San Antonio Sports Association will hold its monthly board meeting on Wednesday, July 8 at 6:00pm. Members of the community a...
-
Jan 13, 2020
Monthly Board Meeting
The San Antonio Sports Association will hold its monthly board meeting on Monday, January 13 at 6:00pm. Members of the community ...
-
Nov 12, 2019
MONTHLY BOARD MEETING
The San Antonio Sports Association will hold its monthly board meeting on Tuesday, November 12 at 6:00pm. Members of the communit...
-
Sep 03, 2019
MONTHLY BOARD MEETING
The San Antonio Sports Association will hold its monthly board meeting on Tuesday, September 3 at 6:30pm. Members of the communit...
-
Jul 30, 2019
FALL 2019 REGISTRATION IS...
Fall 2019 registration is open until September 2.
After that time, all additional registrations will be placed on a waiting...
-
Aug 20, 2018
MONTHLY BOARD MEETING
The San Antonio Sports Association will hold its monthly board meeting on Monday, August 20 at 6pm. Members of the community are ...
-
Jul 20, 2018
FALL 2018 REGISTRATION CO...
We are working hard to get our Fall Baseball registration online by August 1st. We are looking forward to another great fall seas...
-
Jun 24, 2018
Select a new website them...
Learn how to select a new website theme and build out your home page 0){
jQuery(".skFacebookLink").trigger("click");
} else if (typeof window.defaultTab !== "undefined" && window.defaultTab === "TW1" && jQuery(".skTwitter").length > 0){
jQuery(".skTwitterLink").trigger("click");
} else {
jQuery($link[0]).trigger("click");
}
}
});
var $win = jQuery(window),
currentWidth = $win.width();
$win.resize( function(){
if (currentWidth == $win.width()) return;
currentWidth = $win.width();
resizeFacebookPagePlugin();
});
function resizeFacebookPagePlugin(){
if ( jQuery(".facebook-plugin:visible").length > 0 ){
var $iframe = jQuery(".facebook-plugin:visible"),
$parent = $iframe.parents(".skFBWrapper:visible"),
$cntWidth = $parent.width(),
$iframeWidth = $iframe.width(),
$cntHeight = $parent.height(),
$url = $iframe.attr('data-src'),
$updateUrl = $url.replace(/&width=.*&height=.*&small/g, "&width=" + $cntWidth + "&height=" + $cntHeight + "&small");
if ( $cntWidth > 500 ) {
$cntWidth = 500;
}
if ( ( $cntWidth == $iframeWidth && typeof $iframe.attr("src") !== "undefined") || ( $cntWidth >= 500 && $iframeWidth >= 500 && typeof $iframe.attr("src") !== "undefined") ) return;
$iframe.attr({"src": $updateUrl,"height": $cntHeight, "width": $cntWidth });
$iframe.css({"height": $cntHeight, "width": $cntWidth });
}
}