html - jQuery .blur doesn't work -
I have 3 Blur and only the first thing works for some reason here is jquery code: & lt; Script type = 'text / javascript' & gt; $ (Document) .ready (function () {$ ("# user_name"). Blur (function () {if ($ (this) .val (). Length> 4) {$ ("# usernamecheckbox") Html ("& lt; img src = 'images / checkmark.png' alt = '' / & gt;");} and {$ ("# user nameshexbox"). Html ("& lt; img src = 'image / Xmark.png 'alt =' '/ /) "$ (" #pass "). Blurring (function () {if ($ (this) .val () Length & lt; 4) {$ ("# Html (img src = 'images / xmark.png' alt = '' / /" ");}}); $ (" #backpass "). Blur (function () { If ($ (this) .val ()! = $ ("# Pass"). Val ()) {$ ("#passcheckbox") .html ("& lt; img src = 'images / xmark.png' alt = '' / / Gt; ");} Other {$ (" #passcheckbox "). Html ...