[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/portfolio/download/ -> helper.js (source)

   1  function submit_download_form() {
   2  YUI().use('yui2-dom', function(Y) {
   3      f = Y.YUI2.util.Dom.get("redirectform");
   4      Y.YUI2.util.Dom.addClass(f.parentNode, "hide");
   5      f.submit();
   6  });
   7  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1