jQuery.fn.extend({
live: function (event, callback) {
if (this.selector) {
jQuery(document).on(event, this.selector, callback);
}
return this;
}
});
National Newsletter June 2019
MCSA OFFICE IS CLOSED TO THE PUBLIC DUE TO COVID-19, BUT IS FUNCTIONAL.