1
0
mirror of https://github.com/balkian/go5ears.git synced 2025-09-02 09:02:20 +00:00

Updated jquery-ui and GoEar scraper

This commit is contained in:
J.Fernando Sánchez
2013-01-24 21:40:42 +01:00
parent 243488e42e
commit b8e884b354
9 changed files with 25608 additions and 14 deletions

View File

@@ -194,13 +194,18 @@ $(document).ready(function(){
$(function() {
$( ".sortable" ).sortable();
$( ".sortable" ).disableSelection();
$( "#accordion" ).accordion({fillSpace:true});
$( "#accordion" ).accordion({heightStyle: "fill"});
$(window).resize(function(){
$("#accordion").accordion("refresh");
});
});
$('.accordion .head').click(function() {
$(this).next().toggle();
return false;
}).next().hide();
function Song(id, group, title, quality) {
var self = this;

9555
js/jquery-1.9.0.js vendored Normal file

File diff suppressed because it is too large Load Diff

14850
js/jquery-ui-1.10.0.custom.js vendored Normal file

File diff suppressed because it is too large Load Diff

6
js/jquery-ui-1.10.0.custom.min.js vendored Normal file

File diff suppressed because one or more lines are too long