Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 390 Bytes

jquery-mac-address-fomator

automatically format mac address of input or textarea

自动对input 和textarea进行mac地址格式化

$(select).triggerInputMac({ upperCase: true/false , splitor : ":" });

$(select).destroyInputMac();

upperCase : 为true的时候,转为大写,false转为小写, null 不转换. true, convert to uppercase ; false, lowercase ; null, dont convert.