Changes between Version 1 and Version 2 of Ticket #24042, comment 5
- Timestamp:
- 08/12/2013 07:43:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24042, comment 5
v1 v2 6 6 - 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. 7 7 - 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 9 Tested in MAC Chrome & FF, and WIN Chrome, FF, IE8