aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/js/behaviour.functionaldemos.js
blob: b7aa37c1c81f8f4c1789621f7dab61d40818038f (plain)
1
2
3
4
5
6
7
8
9
$(document).ready(function() {

	$('.component-links a').history(function() {
		loadDemo( $(this).attr('href').replace(/^#/, "") );
	});

	$.ajaxHistory.initialize();

});