[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/question/yui/src/searchform/js/ -> searchform.js (source)

   1  
   2      var SELECTORS = {
   3              OPTIONS: '.searchoptions'
   4          },
   5          NS;
   6  
   7      M.question = M.question || {};
   8      NS = M.question.searchform = {};
   9  
  10      NS.init = function() {
  11          Y.delegate('change', this.option_changed, Y.config.doc, SELECTORS.OPTIONS, this);
  12      };
  13  
  14      NS.option_changed = function(e) {
  15              e.target.getDOMNode().form.submit();
  16      };
  17  


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