Using HTML5 Data Attribute as Selectors in jQuery
When we’re create a jQuery application, most of the time we use CSS Classes or IDs to select specific HTML elements on the page and do things with them. But what happens if we give the application to an other…