side playlist working, need to add to search page as well.
This commit is contained in:
parent
83d8975110
commit
055f541657
3 changed files with 4 additions and 8 deletions
|
@ -143,8 +143,8 @@ $(document).ready(function() {
|
|||
$("#spl_sortable" ).bind( "sortstop", moveSPLItem);
|
||||
$("#spl_remove_selected").click(deleteSPLItem);
|
||||
|
||||
$("#spl_sortable").droppable();
|
||||
$("#spl_sortable" ).bind( "drop", addSPLItem);
|
||||
$("#side_playlist").droppable();
|
||||
$("#side_playlist" ).bind( "drop", addSPLItem);
|
||||
|
||||
$('input[name="all"]').click(function(){
|
||||
$('form[name="SPL"]').find('input').attr("checked", $(this).attr("checked"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue