mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
$(document).ready(function() {
|
|
|
|
$('.component-links a').history(function() {
|
|
loadDemo( $(this).attr('href').replace(/^#/, "") );
|
|
});
|
|
|
|
$.ajaxHistory.initialize();
|
|
|
|
}); |