.jqmShow(); will execute the show.

$().ready(function() {
 $('#ex3a').jqm({
   trigger: '#ex3aTrigger',
   overlay: 30, /* 0-100 (int) : 0 is off/transparent, 100 is opaque */
   overlayClass: 'whiteOverlay'}).jqmShow();

});

--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com

Reply via email to