Changes between Initial Version and Version 1 of Ticket #25277, comment 8
- Timestamp:
- 01/07/2015 07:47:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25277, comment 8
initial v1 9 9 }}} 10 10 11 The "after" script is best run on `jQuery( document ).ready()` or last in the footer, so `jQuery('#webticker')` can be selected properly. Using an action like `admin_print_footer_scripts` or `wp_print_footer_scripts` to output it would be better/more appropriate. 11 The "after" script is best run on `jQuery( document ).ready()` or last in the footer, so `jQuery('#webticker')` can be selected properly. It is possible that the script and the "after" are outputted in the HTML head. 12 13 Using an action like `admin_print_footer_scripts` or `wp_print_footer_scripts` to output it would be better/more appropriate.