Contact Us:368 S. Milpitas Blvd., Milpitas, CA 95035 - Phone: (408)483-4960

SEM Services

Fully Operational October 1, 2010

  • Equipments
    • S-4700 Hitachi
    • S-4500 Hitachi
    • S-8840 Hitachi
    • S-9300 Hitachi
    • S-4300 Hitachi
    • 1860 AMRAY

Test Result Images


Basic Modal Dialog

For this demo, SimpleModal is using this "hidden" data for its content. You can also populate the modal dialog with standard HTML or with DOM element(s).

Examples:

$('#basicModalContent').modal(); // jQuery object; this demo

$.modal(document.getElementById('basicModalContent')); // DOM

$.modal('<p><b>HTML</b> elements</p>'); // HTML

More details...