Page MenuHomePhabricator

placeholder

Authored By
bzimport
Nov 21 2014, 11:22 PM
Size
537 B
Referenced Files
None
Subscribers
None

placeholder

Index: resources/jquery/jquery.placeholder.js
===================================================================
--- resources/jquery/jquery.placeholder.js (revision 77503)
+++ resources/jquery/jquery.placeholder.js (working copy)
@@ -38,7 +38,7 @@
} )
// Hide on focus
- .focus( function() {
+ .bind( 'onfocus ondrop ondragdrop', function() {
if ($input.hasClass('placeholder')) {
this.value = '';
$input.removeClass( 'placeholder' );
@@ -58,4 +58,4 @@
});
});
-};
\ No newline at end of file
+};

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6909
Default Alt Text
placeholder (537 B)

Event Timeline