摘要:
(function($){ 02 // 03 // DIV must be style="display:none;" 04 // 05 $.fn.chk_userlanguage = function() { 06 /* check if <style=display:none;> not set to that element */ 07 if (!this.is(":hidden")) { this.hide(); }; 08 09 /* get browser default lang */ 10 if (navigator.user 阅读全文