// -------------------------------------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------------------------------------- // Version: 1.2.0 // Author: Lancer Lin // Email: lancer07@139.com , lancer07@126.com // -------------------------------------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------------------------------------------------- if(typeof ll !== 'object'){ var ll = {}; } ll.select = function(el) { var isIE = (document.all && window.ActiveXObject && !window.opera) ? true : false; var selects = document.getElementById(el); var that = this; this.stopBubbling = function(ev) { ev.stopPropagation(); } this.llSelectResetOptions=function(name) { var options = selects.getElementsByTagName('option'); var options_ul = 'options_' + name; for (n=0;n