iphone Programming Glossary: span.deleteicon
How do I put a clear button inside my HTML text input box like the iPhone does? http://stackoverflow.com/questions/2803532/how-do-i-put-a-clear-button-inside-my-html-text-input-box-like-the-iphone-does .wrap ' span class deleteicon ' .after ' span ' .click function this .prev 'input' .val '' .focus script style span.deleteicon position relative span.deleteicon span position absolute display block top 5px right 0px width 16px height 16px.. .after ' span ' .click function this .prev 'input' .val '' .focus script style span.deleteicon position relative span.deleteicon span position absolute display block top 5px right 0px width 16px height 16px background url 'http cdn.sstatic.net.. 16px height 16px background url 'http cdn.sstatic.net stackoverflow img sprites.png v 4' 0 690px cursor pointer span.deleteicon input padding right 16px style head body input type text class deletable body html Live example here . jQuery is by the..
|