We’re creating a YouTube series that walks through the process of building a WordCamp Speaker Finder app using HTML, CSS, JavaScript, and jQuery. The video series is free to watch, and does not require advanced programming know-how or specialized knowledge of any framework. We have broken the series down into small, digestible episodes. We plan […]
How To Style Draggable Elements To Indicate Draggability
Last time, we saw how quickly we can get a minimal working setup in place with draggable elements and jQuery UI. Here, we’ll talk about how to style our draggable elements. In particular, we want to let users know that the draggable Things are actually draggable, using only visual cues. Here is what our styled […]