jquery.ui library now is in its module directory
This commit is contained in:
parent
fd335a57b5
commit
6481cf646a
491 changed files with 0 additions and 0 deletions
|
@ -1,12 +0,0 @@
|
|||
$(document).ready(function() {
|
||||
|
||||
$('.component-links a').history(function() {
|
||||
loadDemo( $(this).attr('href').replace(/^#/, "") );
|
||||
});
|
||||
|
||||
var instructions = $("#containerDemo").html();
|
||||
$.ajaxHistory.initialize(function() {
|
||||
$("#containerDemo").html(instructions);
|
||||
});
|
||||
|
||||
});
|
Reference in a new issue