Difference between revisions of "Team:McMasterU/modalTest"

Line 117: Line 117:
  
 
   if(window.location.href.indexOf('#dialog') != -1) {
 
   if(window.location.href.indexOf('#dialog') != -1) {
     $('#dialog').modal('show');
+
     $('#dialog').dialog('show');
 
   }
 
   }
  

Revision as of 19:47, 8 September 2016

<!DOCTYPE html> jQuery UI Accordion - Default functionality

McMasterU

Team


Project







Parts




Safety

Attributions

Human Practices





Awards





This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.