Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #24042, comment 5


Ignore:
Timestamp:
08/12/2013 07:43:06 PM (13 years ago)
Author:
lessbloat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24042, comment 5

    v1 v2  
    66- Note sure if common.js is the right file for this.  Seemed to be the best place.  This can be reused anywhere in the admin now.
    77- I used _.throttle to prevent the keyup from firing so much (note, I tried _.debounce, but it delayed the hiding of the placeholder text a bit longer than _.throttle)
     8
     9Tested in MAC Chrome & FF, and WIN Chrome, FF, IE8