snapey
-
css animation causes submit button to be missed
The problem described in Chris's latest video is related: http://css-tricks.com/video-screencasts/123-if-it-moves-when-you-click-make-something-stick/#more-21048 - ie, the 'click' only takes place on mouseup and if the target is no lo…
-
Clean up script tags in WordPress
Isn't it best practice to use wp_enqueue_script ?
-
scroll to element
Thanks for the feedback Tom. What you say might be fine, but I would have to add an anchor to each link? ie, the panel on the left is a list of links like /shows/245 and this would have to become /shows/245#245 ? I have a javascript solution now. …