2013-08-01 29 views

回答

-1

大寫鎖定指示燈是特定瀏覽器(WebKit的?)

你可以使用默認的文本框使用jQuery的上keyup事件一點點,與•子彈替換文本,並保持變量中的真實值。這裏有一個老式的小提琴,可以在打字時顯示密碼。

$('#clearpasstextfield').change(function(){ 
    // store value, replace field with bullets 
}); 

http://jsfiddle.net/GDmac/DdmuZ/

相關問題