mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-02 22:45:07 -05: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();
|
|
|
|
}); |