123
Work
123
Communication
123
Home
123
Health
123
Learning
123
Planning Ahead
123
Training
123
Other Resources

Nisonger Center at Ohio State Technology Project
FREE - Focus on Smart Home, Remote Supports

Enabling Technology Program
TN Dept. of Intellectual and Developmental Disabilities

Alexa’s Tech: Getting Around and Staying Connected
Mass DDS
The Arc Mass
jQuery(document).ready(function(e) {
jQuery("#load-more642545736a5e7").on("click", function(e) {
e.preventDefault();
var next = jQuery(this).parent().prev().find(".next.page-numbers");
if (next.length) {
var href = next.attr("href");
var self = jQuery(this).parent().prev().prev();
jQuery(this).attr("disabled", "disabled").addClass("is-loading");
jQuery.get( href, function( data ) {
if (jQuery(self).length) {
next1 = jQuery(data).find(".directorist-ajax-search-wrapper .directorist-row").next().find(".next.page-numbers");
if (next1.length) {
next.attr("href", next1.attr("href"));
} else {
next.remove();
jQuery("#load-more642545736a5e7").hide();
}
var html = jQuery(data).find(".directorist-ajax-search-wrapper .directorist-row").html();
if (jQuery(".directorist-ajax-search-wrapper .directorist-row .directorist-col-6:first-child").length) {
html = html.replaceAll("directorist-col-4", "directorist-col-6");
}
jQuery(self).append(html);
}
jQuery("#load-more642545736a5e7").removeAttr("disabled").removeClass("is-loading");
});
} else {
jQuery("#load-more642545736a5e7").hide();
}
});
});