- Timestamp:
- Feb 2, 2010, 4:15:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/wizard.js
r163 r164 96 96 // insert a youtube player in a certain element 97 97 function youtube(video, element) { 98 console.log('youtube ready!')99 98 // insert a div we will replace with a youtube player 100 99 element.html("<div id='" + video + "'></div>") … … 198 197 // handle selecting and grouping of subjects 199 198 function attachGroupingEvents() { 200 console.log('attach drag and drop events')201 202 199 $(".groups").find('div.group').droppable({ 203 200 accept: '.subjects > ol > li',
Note: See TracChangeset
for help on using the changeset viewer.