
This is a simple jQuery plugin that I wrote. It takes elements in a form and links them with the corresponding labels inline. There aren’t many options built-in yet but I have used it in several projects so far and it’s been super useful to me
The code
$(document).ready(function(){
$(".formName").inlineLabels();
}
The results

I originally developed this for use on my SCAD Challenge Project