The reason you are not running your script is because jQuery is not assigned to the $
variable.
When viewing the console of the item inspector, a javascript error appears on your page
Uncaught TypeError: undefined is not a function
When I run the same script through the console, replacing $
with jQuery
, #reply-title
is hidden successfully.
source share